summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1606130.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/1606130.html')
-rw-r--r--layout/reftests/bugs/1606130.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1606130.html b/layout/reftests/bugs/1606130.html
new file mode 100644
index 0000000000..d34935be1d
--- /dev/null
+++ b/layout/reftests/bugs/1606130.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<style>
+ :root, body {
+ height: 100%;
+ width: 100%;
+ margin: 0;
+ padding: 0;
+ }
+</style>
+<body></body>