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

Unified Diff: third_party/WebKit/LayoutTests/css1/box_properties/float_margin.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_margin.html
diff --git a/third_party/WebKit/LayoutTests/css1/box_properties/float_margin.html b/third_party/WebKit/LayoutTests/css1/box_properties/float_margin.html
index d02a7e22dd470438e21959385ff32b386834b965..460322cd52f743ec32145e8129f9dfb778725518 100644
--- a/third_party/WebKit/LayoutTests/css1/box_properties/float_margin.html
+++ b/third_party/WebKit/LayoutTests/css1/box_properties/float_margin.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">
P.test {background: white; font-size: 20px;
margin-left: 30px; margin-right: 10px; padding: 0; border: 0;}
@@ -129,4 +130,4 @@ image's right and bottom sides, lining up with the thick gray lines in
the image. This paragraph should have a white background, first of
all, which extends to the edges of the element's box. There is no
padding set on this paragraph whatsoever. </p>
-</td></tr></tbody></table></body></html>
+</td></tr></tbody></table></body></html>

Powered by Google App Engine
This is Rietveld 408576698