| Index: third_party/WebKit/LayoutTests/css1/box_properties/margin_bottom_inline.html
|
| diff --git a/third_party/WebKit/LayoutTests/css1/box_properties/margin_bottom_inline.html b/third_party/WebKit/LayoutTests/css1/box_properties/margin_bottom_inline.html
|
| index ce7e78a598c29195effc7a2825b3c2fc0a75eae6..85a0b6887ccb29cc0eb67f1eb2e05c1fb191a86e 100644
|
| --- a/third_party/WebKit/LayoutTests/css1/box_properties/margin_bottom_inline.html
|
| +++ b/third_party/WebKit/LayoutTests/css1/box_properties/margin_bottom_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-bottom: 25px; background-color: aqua;}
|
| .two {margin-bottom: -10px; background-color: aqua;}</STYLE>
|
|
|