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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/dynamic/add-spanner-inside-overflow-hidden-expected.html

Issue 1421423003: Require spanners to have the multicol container as their nearest block formatting context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test for bug 529737 Created 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>Add a spanner inside a fixed-size clipped block inside a multicol container. It should not be
3 affected by the clipping, since the containing block of a spanner is the mul ticol
4 container. This also tests that we don't perform any optimized subtree layou t operations
5 incompatible with multicol (which would typically cause assertion failures). </p>
6 <p>You should see the word "PASS" below, and nothing else (no red, no "FAIL").</ p>
7 <div style="line-height:2em;">
8 <br>
9 PASS
10 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698