summaryrefslogtreecommitdiffstats
path: root/layout/reftests/ib-split/split-inner-inline-2-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/ib-split/split-inner-inline-2-ref.html')
-rw-r--r--layout/reftests/ib-split/split-inner-inline-2-ref.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/ib-split/split-inner-inline-2-ref.html b/layout/reftests/ib-split/split-inner-inline-2-ref.html
new file mode 100644
index 000000000..914246ee1
--- /dev/null
+++ b/layout/reftests/ib-split/split-inner-inline-2-ref.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ <span>First line
+ <span style="border: 5px solid blue; border-right: none"></span>
+ </span>
+ <div>Second line</div>
+ <span>
+ <span style="border: 5px solid blue; border-left: none"></span>
+ Third line, yes
+ </span>
+ </body>
+</html>