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

Unified Diff: third_party/WebKit/LayoutTests/css1/box_properties/float.html

Issue 2588283002: Most css1/ tests should wait for basebg.gif to be loaded (Closed)
Patch Set: fix Created 4 years 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: third_party/WebKit/LayoutTests/css1/box_properties/float.html
diff --git a/third_party/WebKit/LayoutTests/css1/box_properties/float.html b/third_party/WebKit/LayoutTests/css1/box_properties/float.html
index 45824a9bd413f856df5e429acafaf15275b24699..5830e9b72508c8247df2f17d45156d1dd06d9704 100644
--- a/third_party/WebKit/LayoutTests/css1/box_properties/float.html
+++ b/third_party/WebKit/LayoutTests/css1/box_properties/float.html
@@ -4,6 +4,7 @@
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
+<script src="../resources/base.js"></script>
<style type="text/css">
.one {float: left;}
.two {float: right;}
@@ -41,4 +42,4 @@ been floated to the left. </p>
<p> This text should be flowing past a tall orange rectangle on the
right side of the browser window. In this case, it is the image which
has been floated to the right. </p>
-</td></tr></tbody></table></body></html>
+</td></tr></tbody></table></body></html>

Powered by Google App Engine
This is Rietveld 408576698