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

Side by Side Diff: LayoutTests/fast/multicol/dynamic/relayout-inside-overflow-hidden-expected.html

Issue 1271513004: Disallow relayout roots inside multicol. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Code review - more tests - put everything in fast/multicol/dynamic/ Created 5 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>Trigger layout inside a clipped box inside a multicol container that has a sp anner. Then trigger
3 layout outside the clipped box, but still inside the multicol container. Thi s tests that we
4 don't perform any optimized subtree layout operations incompatible with mult icol (which would
5 typically cause assertion failures).</p>
6 <p>You should see a blue square below, and nothing else (no red, no "FAIL").</p>
7 <div style="width:4em; height:4em; background:blue;"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698