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

Side by Side Diff: LayoutTests/fast/multicol/dynamic/relpos-becomes-static-has-abspos.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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/dynamic/relpos-becomes-static-has-abspos-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>There should be a blue <em>square</em> below.</p>
3 <div style="-webkit-columns:2; width:100px; background:blue;">
4 <div id="container" style="position:relative;">
5 <div style="-webkit-column-span:all; margin-bottom:100px;"></div>
6 <div style="position:absolute;"></div>
7 <div style="-webkit-column-span:all; margin-top:100px;"></div>
8 </div>
9 </div>
10 <script>
11 document.body.offsetTop;
12 document.getElementById('container').style.position = 'static';
13 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/dynamic/relpos-becomes-static-has-abspos-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698