summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/chrome/bug1722890.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/tests/chrome/bug1722890.html')
-rw-r--r--layout/base/tests/chrome/bug1722890.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/base/tests/chrome/bug1722890.html b/layout/base/tests/chrome/bug1722890.html
new file mode 100644
index 0000000000..76175eb33d
--- /dev/null
+++ b/layout/base/tests/chrome/bug1722890.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+div {
+ position: fixed;
+ width: 20px;
+ height: 20px;
+ background: blue;
+ left: 0;
+}
+ </style>
+ </head>
+ <body>
+ <div style="top:0"></div>
+ <div style="bottom:0"></div>
+ </body>
+</html>