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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/block/multicol-moves-children-with-nested-floats.html

Issue 1729663002: Clear descendant floats when moving children of a multicol container to a flowthread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 4 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/block/multicol-moves-children-with-nested-floats-2.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>crbug.com/588178: PASS if no crash or assertion failure.</p>
3 <div id="container">
4 <div></div>
5 <div id="block2">
6 <div id="removeMe" style="float:left; width:300px; height:300px;"></div>
7 <textarea style="display:block;"></textarea>
8 </div>
9 </div>
10 <script>
11 if (window.testRunner)
12 testRunner.dumpAsText();
13 document.body.offsetTop;
14 document.getElementById("container").style.columns = "2";
15 document.getElementById("block2").style.webkitWritingMode = "vertical-lr";
16 document.getElementById("removeMe").style.display = "none";
17 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/block/multicol-moves-children-with-nested-floats-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698