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

Unified Diff: third_party/WebKit/LayoutTests/css1/formatting_model/floating_elements.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/formatting_model/floating_elements.html
diff --git a/third_party/WebKit/LayoutTests/css1/formatting_model/floating_elements.html b/third_party/WebKit/LayoutTests/css1/formatting_model/floating_elements.html
index f9ad0ddb6eb7a709c6958dc58830a7c655022503..cacddab112663bb754ffd76d70182a2ddc0bd6be 100644
--- a/third_party/WebKit/LayoutTests/css1/formatting_model/floating_elements.html
+++ b/third_party/WebKit/LayoutTests/css1/formatting_model/floating_elements.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">
HR.minor {clear: both; width: 5%;}
HR.major {clear: both; width: 75%; margin: 1.5em;}
@@ -391,4 +392,4 @@ point of the floated element to avoid floating elements appearing
before text which precedes it in the source document. </div>
<hr class="major">
-</td></tr></tbody></table></body></html>
+</td></tr></tbody></table></body></html>

Powered by Google App Engine
This is Rietveld 408576698