Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: LayoutTests/fast/inline/continuation-inlines-inserted-in-reverse-after-block-expected.txt

Issue 68013006: Fix render tree construction when inlines are inserted in reverse after a block in a continuation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
+

Powered by Google App Engine
This is Rietveld 408576698