Index: LayoutTests/fast/inline/continuation-inlines-inserted-in-reverse-after-block-expected.txt |
diff --git a/LayoutTests/fast/inline/continuation-inlines-inserted-in-reverse-after-block-expected.txt b/LayoutTests/fast/inline/continuation-inlines-inserted-in-reverse-after-block-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d7fff1835f37050794381ebf363c8adefe89715e |
--- /dev/null |
+++ b/LayoutTests/fast/inline/continuation-inlines-inserted-in-reverse-after-block-expected.txt |
@@ -0,0 +1,13 @@ |
+You should see two lines, both with 1,2,3. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS document.getElementById('3').offsetLeft is >= document.getElementById('2').offsetLeft |
+PASS document.getElementById('2').offsetLeft is >= document.getElementById('1').offsetLeft |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+1,2,3, |
+1,2,3, |
+ |