summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/398797-1a.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/398797-1a.html')
-rw-r--r--layout/reftests/bugs/398797-1a.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bugs/398797-1a.html b/layout/reftests/bugs/398797-1a.html
new file mode 100644
index 0000000000..ed3613f45f
--- /dev/null
+++ b/layout/reftests/bugs/398797-1a.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+<link rel="stylesheet" href="398797-style.css"/>
+</head>
+<body>
+ <div class="green">foo</div>
+ <div class="blue rel in">
+ <span class="yellow abs pos">bar</span>
+ </div>
+</body>
+</html>