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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/block/float/trailing-float-layout-2.html
diff --git a/LayoutTests/fast/block/float/trailing-float-layout-2.html b/LayoutTests/fast/block/float/trailing-float-layout-2.html
index f2f1f9a4b2651271ffc8a6de453c3f07c75b5b1e..196cd7488deef6b563757110df47cd0278e4bdf0 100644
--- a/LayoutTests/fast/block/float/trailing-float-layout-2.html
+++ b/LayoutTests/fast/block/float/trailing-float-layout-2.html
@@ -2,13 +2,13 @@
<object>
<span style="display: inline-block;">
<svg></svg>
- <span style="float: left" id="float" data-expected-height=0><select style="margin: 200px"><option>AAAAA</option></select></span>
+ <span style="float: left"><select style="margin: 200px"><option>AAAAA</option></select></span>
</span>
<form><svg></svg></form>
XYZSaft
</object>
-<p>crbug.com/517030: Ensure trailing float gets a layout.</p>
-<script src="../../../resources/check-layout.js"></script>
+<p>crbug.com/517030: Ensure trailing float gets a layout. Passes if it does not assert</p>
<script>
- checkLayout('#float');
+ if (window.testRunner)
+ testRunner.dumpAsText();
</script>

Powered by Google App Engine
This is Rietveld 408576698