Index: third_party/WebKit/LayoutTests/css1/box_properties/border_style_inline.html |
diff --git a/third_party/WebKit/LayoutTests/css1/box_properties/border_style_inline.html b/third_party/WebKit/LayoutTests/css1/box_properties/border_style_inline.html |
index d665fa054edd47ad85b2a70cb614a13f30687421..de404c05304a24ee11894e5643985bc4a4da0cd7 100644 |
--- a/third_party/WebKit/LayoutTests/css1/box_properties/border_style_inline.html |
+++ b/third_party/WebKit/LayoutTests/css1/box_properties/border_style_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 {border-style: dashed; border-color: black; border-width: thick;} |
.two {border-style: groove; border-color: red; border-width: thick;} |