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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/dynamic/remove-content-from-scrollable.html

Issue 1414193004: Once the flow thread needs layout, mark all column sets for layout as well. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/multicol/dynamic/remove-content-from-scrollable-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 <script src="../../../resources/check-layout.js"></script>
3 <p>Test that overflow is recalculated when multicol contents changes.</p>
4 <p>There should be no scrollbars on this page.</p>
5 <div id="multicol" style="-webkit-columns:2; column-fill:auto; overflow:auto; wi dth:100px; height:100px;" data-expected-scroll-width="100">
6 <div id="filler" style="height:300px;"></div>
7
8 <!-- Need something more in here, or the column set would get nuked along wi th #filler when
9 it's removed: -->
10 <div></div>
11 </div>
12 <script>
13 document.body.offsetTop;
14 document.getElementById("filler").style.display = "none";
15 checkLayout("#multicol");
16 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/dynamic/remove-content-from-scrollable-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698