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

Side by Side Diff: LayoutTests/fast/multicol/dynamic/abspos-becomes-spanner.html

Issue 1162253006: An object may become a column spanner or cease to be one even if column-span doesn't change. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/abspos-becomes-spanner-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>Turn an absolutely positioned box into a column spanner.</p>
3 <p>Below there should be a blue <em>square</em> with the word "PASS" directly un derneath.</p>
4 <div style="-webkit-columns:3; width:100px;">
5 <div id="spanner" style="position:absolute; width:100%; height:100px; -webki t-column-span:all; background:blue;"></div>
6 </div>
7 PASS
8 <script>
9 document.body.offsetTop;
10 document.getElementById("spanner").style.position = "static";
11 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/dynamic/abspos-becomes-spanner-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698