summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-line/stress-9.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/first-line/stress-9.html')
-rw-r--r--layout/reftests/first-line/stress-9.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/first-line/stress-9.html b/layout/reftests/first-line/stress-9.html
new file mode 100644
index 0000000000..90e0b63beb
--- /dev/null
+++ b/layout/reftests/first-line/stress-9.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html><head>
+<style>
+*::first-line { }
+*::after { content:"anonymous text"; }
+*::before { content:"before text"; }
+</style>
+</head>
+<body>
+
+<ol style="overflow: hidden; float: right; column-count: 3;">
+<span style="overflow: auto; float: left;"></span>
+</ol>
+</body>
+</html>