summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1517385-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/1517385-ref.html')
-rw-r--r--layout/reftests/bugs/1517385-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1517385-ref.html b/layout/reftests/bugs/1517385-ref.html
new file mode 100644
index 0000000000..fce545dab2
--- /dev/null
+++ b/layout/reftests/bugs/1517385-ref.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+ <meta charset="utf-8">
+
+ <style>
+ #content {
+ position: absolute;
+ font-size: 20px;
+ width: 20px;
+ top: 0;
+ right: 0;
+ }
+ </style>
+
+ <body>
+ <div id="content">A</div>
+ </body>
+</html>