summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/28811-1-ref.html
blob: 99c806f9501c6b0a31ff2e948d06396b398792bb (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-1-inner.html"></iframe>
</body>
</html>