| Index: third_party/WebKit/LayoutTests/css1/box_properties/margin_right_inline.html
|
| diff --git a/third_party/WebKit/LayoutTests/css1/box_properties/margin_right_inline.html b/third_party/WebKit/LayoutTests/css1/box_properties/margin_right_inline.html
|
| index 3e812b5f335fde54dfcd31f7575385f106fbca01..6bff9c45d2afd62513896024bfe32662711712a2 100644
|
| --- a/third_party/WebKit/LayoutTests/css1/box_properties/margin_right_inline.html
|
| +++ b/third_party/WebKit/LayoutTests/css1/box_properties/margin_right_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-right: 25px; text-align: right; background-color: aqua;}
|
| .two {margin-right: -10px; background-color: aqua;}</STYLE>
|
|
|