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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/block/float/trailing-float-layout-2.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/block/float/trailing-float-layout.html
diff --git a/LayoutTests/fast/block/float/trailing-float-layout.html b/LayoutTests/fast/block/float/trailing-float-layout.html
index 4068cd9a50434a6ae64018f0d42c1363d6fa145a..36b93faad0d4faa7de70709565ecb953b8b9eb88 100644
--- a/LayoutTests/fast/block/float/trailing-float-layout.html
+++ b/LayoutTests/fast/block/float/trailing-float-layout.html
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<object>
- <span style="display: inline-block;"><span id="float" style="float: left; width: 1px; height: 150px" data-expected-height=0></span></span>
+ <span style="display: inline-block;"><span style="float: left; width: 1px; height: 150px; background-color: green;"></span></span>
<div style="padding-top: 55%"></div>
</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>
« 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