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

Side by Side 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, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 With a multicol container that has a block and with a spanner inside, do the fol lowing:
2
3 Insert an inline right before the spanner
4 Turn the spanner into a table-column
5 Insert an inline child into the previously inserted inline
6 Set column-span:none on the ex-spanner (now table-column)
7 Insert a block into the previously inserted inline child
8 The word 'PASS' should be seen below.
9
10 PASS
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698