| Index: third_party/WebKit/LayoutTests/css1/box_properties/margin_bottom.html
|
| diff --git a/third_party/WebKit/LayoutTests/css1/box_properties/margin_bottom.html b/third_party/WebKit/LayoutTests/css1/box_properties/margin_bottom.html
|
| index fca5b85655a22a8a96b25ae02b52f1d2538e5ce9..90277de1f1383f6784ad7caeb3edb1709ca885b6 100644
|
| --- a/third_party/WebKit/LayoutTests/css1/box_properties/margin_bottom.html
|
| +++ b/third_party/WebKit/LayoutTests/css1/box_properties/margin_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">
|
| .zero {background-color: silver; margin-bottom: 0;}
|
| .one {margin-bottom: 0.5in; background-color: aqua;}
|
|
|