summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y.html')
-rw-r--r--layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y.html b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y.html
new file mode 100644
index 0000000000..a181551346
--- /dev/null
+++ b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y.html
@@ -0,0 +1,14 @@
+<style>
+ body { background-color: black }
+ iframe {
+ width: 100px;
+ height: 200px;
+ margin: 0px;
+ border: 0px;
+ }
+</style>
+
+<body>
+ <iframe src="unit-vh-vw-overflow-scroll-y-iframe.html"></iframe>
+ <iframe src="unit-vh-vw-overflow-scroll-y-iframe.html"></iframe>
+</body>