1 2 3 4 5 6 7 8 9 10 11 12
<!DOCTYPE HTML> <html> <head> <title>Testcase for resizing elements that depend on containing block width</title> <style type="text/css"> html, body, iframe { height: 100%; } </style> </head> <body> <iframe style="width: 750px" src="28811-2-inner.html"></iframe> </body> </html>