summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/368622-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/368622-1-ref.html')
-rw-r--r--layout/reftests/bugs/368622-1-ref.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/bugs/368622-1-ref.html b/layout/reftests/bugs/368622-1-ref.html
new file mode 100644
index 0000000000..60f5be8c6c
--- /dev/null
+++ b/layout/reftests/bugs/368622-1-ref.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<title>::before { display: inline-block; }</title>
+<style>
+ul li {
+ list-style-type: none;
+}
+ul li span {
+ display: inline-block;
+ width: 3em;
+}
+ul {
+ margin-left: 3em;
+ padding-left: 0;
+}
+</style>
+<ul>
+<li><span>1</span>Foo
+<li><span>2</span>Bar
+</ul>