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

Unified Diff: third_party/WebKit/LayoutTests/css1/font_properties/font_style.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/font_properties/font_style.html
diff --git a/third_party/WebKit/LayoutTests/css1/font_properties/font_style.html b/third_party/WebKit/LayoutTests/css1/font_properties/font_style.html
index 49711f5dcd5cf3053d09cd313789f80fdb13f13f..eb5646d754581d05b7fc80b484b7b7305be0c208 100644
--- a/third_party/WebKit/LayoutTests/css1/font_properties/font_style.html
+++ b/third_party/WebKit/LayoutTests/css1/font_properties/font_style.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 {font-style: italic;}
.two {font-style: oblique;}
@@ -43,4 +44,4 @@ This paragraph should be oblique.
<p>
<i>This paragraph should be normal.</i>
</p>
-</td></tr></tbody></table></body></html>
+</td></tr></tbody></table></body></html>

Powered by Google App Engine
This is Rietveld 408576698