Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/dynamic/relpos-becomes-static-has-abspos-expected.html

Issue 1229983004: May need to insert or remove column sets when out-of-flow objects get their containing block change… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: code review Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <p>There should be a blue <em>square</em> below.</p> 2 <p>There should be a blue <em>square</em> below.</p>
3 <div style="width:9em; height:9em; background:blue;"></div> 3 <div style="width:100px; height:100px; background:blue;"></div>
OLDNEW

Powered by Google App Engine