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

Side by Side Diff: LayoutTests/fast/block/float/trailing-float-layout.html

Issue 1349123003: Fix flakiness in 2 float tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/block/float/trailing-float-layout-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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <object> 2 <object>
3 <span style="display: inline-block;"><span id="float" style="float: left; widt h: 1px; height: 150px" data-expected-height=0></span></span> 3 <span style="display: inline-block;"><span style="float: left; width: 1px; hei ght: 150px; background-color: green;"></span></span>
4 <div style="padding-top: 55%"></div> 4 <div style="padding-top: 55%"></div>
5 </object> 5 </object>
6 <p>crbug.com/517030: Ensure trailing float gets a layout.</p> 6 <p>crbug.com/517030: Ensure trailing float gets a layout. Passes if it does not assert</p>
7 <script src="../../../resources/check-layout.js"></script>
8 <script> 7 <script>
9 checkLayout('#float'); 8 if (window.testRunner)
9 testRunner.dumpAsText();
10 </script> 10 </script>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/block/float/trailing-float-layout-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698