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

Side by Side Diff: LayoutTests/fast/block/float/trailing-float-layout-2.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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <object> 2 <object>
3 <span style="display: inline-block;"> 3 <span style="display: inline-block;">
4 <svg></svg> 4 <svg></svg>
5 <span style="float: left" id="float" data-expected-height=0><select style="m argin: 200px"><option>AAAAA</option></select></span> 5 <span style="float: left"><select style="margin: 200px"><option>AAAAA</optio n></select></span>
6 </span> 6 </span>
7 <form><svg></svg></form> 7 <form><svg></svg></form>
8 XYZSaft 8 XYZSaft
9 </object> 9 </object>
10 <p>crbug.com/517030: Ensure trailing float gets a layout.</p> 10 <p>crbug.com/517030: Ensure trailing float gets a layout. Passes if it does not assert</p>
11 <script src="../../../resources/check-layout.js"></script>
12 <script> 11 <script>
13 checkLayout('#float'); 12 if (window.testRunner)
13 testRunner.dumpAsText();
14 </script> 14 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698