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

Side by Side Diff: LayoutTests/fast/multicol/dynamic/insert-before-sole-abspos.html

Issue 1110383002: [New Multicolumn] Out-of-flow objects don't establish column sets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: code review. Created 5 years, 7 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/insert-before-sole-abspos-expected.txt » ('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>Insert an in-flow object before an absolutely positioned element that up unti l now was the only
3 multicol child.</p>
4 <p>PASS if no assertion failure or crash.</p>
5 <div style="-webkit-columns:2;">
6 <div id="elm" style="display:none;"></div>
7 <div style="position:absolute;"></div>
8 </div>
9 <script>
10 if (window.testRunner)
11 testRunner.dumpAsText();
12 onload = function() {
13 document.body.offsetTop;
14 document.getElementById('elm').style.display = 'block';
15 }
16 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/dynamic/insert-before-sole-abspos-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698