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

Side by Side Diff: LayoutTests/fast/flexbox/overhanging-floats-removed.html

Issue 3662002: Merge 69476 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 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 | LayoutTests/fast/flexbox/overhanging-floats-removed-expected.checksum » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div style="display: -webkit-box; -webkit-box-orient: vertical;"> 1 <div style="display: -webkit-box; -webkit-box-orient: vertical;">
2 <div style="width: 80px; height: 80px; background-color: blue;"> 2 <div style="width: 80px; height: 80px; background-color: blue;">
3 <div id="float" style="float: left; width: 20px; height: 110px; backgrou nd-color: silver;"></div> 3 <div id="float" style="float: left; width: 20px; height: 110px; backgrou nd-color: silver;"></div>
4 </div> 4 </div>
5 <div style="font-family: ahem; width: 80px; height: 80px; background-color: yellow;">Test overhanging floats</div> 5 <div style="font-family: ahem; width: 80px; height: 80px; background-color: yellow;">Test overhanging floats</div>
6 </div> 6 </div>
7 <script> 7 <script>
8 document.body.offsetTop; 8 document.body.offsetTop;
9 document.getElementById("float").style.display = "none"; 9 document.getElementById("float").style.display = "none";
10 </script> 10 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/flexbox/overhanging-floats-removed-expected.checksum » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698