| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <title>Default height and width</title> | |
| <style type="text/css"> | |
| div { height: 10em; width: 10em; background: navy; border: none; } | |
| iframe { height: 10em; width: 10em; background: red; border: none; } | |
| </style> | |
| </head> | |
| <body> | |
| <p>There should be two identical blue squares below, and no scrollbars.</p> | |
| <div/> | |
| <p><iframe src="003a.xml"/></p> | |
| </body> | |
| </html> |