Index: third_party/WebKit/LayoutTests/css1/box_properties/border_bottom.html |
diff --git a/third_party/WebKit/LayoutTests/css1/box_properties/border_bottom.html b/third_party/WebKit/LayoutTests/css1/box_properties/border_bottom.html |
index 2ba3b016f0e2147d891af0e077d165fb65e71cea..213a511a8f47f0c0ad734e30a3f2aad343dfdc40 100644 |
--- a/third_party/WebKit/LayoutTests/css1/box_properties/border_bottom.html |
+++ b/third_party/WebKit/LayoutTests/css1/box_properties/border_bottom.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-bottom: purple double 10px;} |
.two {border-bottom: purple thin solid;} |