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

Unified Diff: LayoutTests/fast/multicol/dynamic/insert-block-into-inline-beside-ex-spanner-table-column-expected.txt

Issue 880113002: Fix crash when establishing an inline continuation inside a block continuation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove assertion in LayoutTable::addChildIgnoringContinuation() - crashed fast/table/crash-bad-chil… Created 5 years, 11 months 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/multicol/dynamic/insert-block-into-inline-beside-ex-spanner-table-column-expected.txt
diff --git a/LayoutTests/fast/multicol/dynamic/insert-block-into-inline-beside-ex-spanner-table-column-expected.txt b/LayoutTests/fast/multicol/dynamic/insert-block-into-inline-beside-ex-spanner-table-column-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9dd817990095bf071eb9e18b7caa362491d76eb8
--- /dev/null
+++ b/LayoutTests/fast/multicol/dynamic/insert-block-into-inline-beside-ex-spanner-table-column-expected.txt
@@ -0,0 +1,11 @@
+With a multicol container that has a block and with a spanner inside, do the following:
+
+Insert an inline right before the spanner
+Turn the spanner into a table-column
+Insert an inline child into the previously inserted inline
+Set column-span:none on the ex-spanner (now table-column)
+Insert a block into the previously inserted inline child
+The word 'PASS' should be seen below.
+
+PASS
+

Powered by Google App Engine
This is Rietveld 408576698