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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/span/becomes-spanner-with-new-width.html

Issue 1962623002: Relayout an object that becomes a spanner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>There should be a green square below, and no red.</p>
3 <div id="root" style="column-fill:auto; width:300px; height:300px; background:re d;">
4 <div style="width:100px;">
5 <div style="column-span:all; height:300px; background:green;" data-expec ted-width="300"></div>
6 </div>
7 </div>
8 <script src="../../../resources/check-layout.js"></script>
9 <script>
10 document.body.offsetTop;
11 document.getElementById("root").style.columns = "2";
12 checkLayout("#root");
13 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698