summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/163504-2-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/163504-2-ref.html')
-rw-r--r--layout/reftests/bugs/163504-2-ref.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bugs/163504-2-ref.html b/layout/reftests/bugs/163504-2-ref.html
new file mode 100644
index 0000000000..07858dcd33
--- /dev/null
+++ b/layout/reftests/bugs/163504-2-ref.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+<title>Testcase for resizing elements that depend on containing block height</title>
+<style type="text/css">
+html, body { height: 100%; }
+iframe { width: 100%; }
+</style>
+</head>
+<body>
+<iframe style="height: 750px" src="163504-2-inner.html"></iframe>
+</body>
+</html>