summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/28811-2-ref.html
blob: e9d22646855aabd74d37dd5a8e57200cf0e5b8fa (plain)
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>