Index: third_party/WebKit/LayoutTests/css1/box_properties/margin_left_inline.html |
diff --git a/third_party/WebKit/LayoutTests/css1/box_properties/margin_left_inline.html b/third_party/WebKit/LayoutTests/css1/box_properties/margin_left_inline.html |
index 34d1b2eb08e05fcd9be008004cfe70218b7cd800..fed3419828a4716facd9e0dbfc928661d32eecab 100644 |
--- a/third_party/WebKit/LayoutTests/css1/box_properties/margin_left_inline.html |
+++ b/third_party/WebKit/LayoutTests/css1/box_properties/margin_left_inline.html |
@@ -6,6 +6,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 {margin-left: 25px; background-color: aqua;} |
.two {margin-left: -10px; background-color: aqua;}</STYLE> |