| Index: third_party/WebKit/LayoutTests/css1/box_properties/padding_right_inline.html
|
| diff --git a/third_party/WebKit/LayoutTests/css1/box_properties/padding_right_inline.html b/third_party/WebKit/LayoutTests/css1/box_properties/padding_right_inline.html
|
| index 1d6bdfb5dbf42813a4a430fab6419733c43fd5ef..898aab859ebe8417f40bc0771507b39f6f8d7cc3 100644
|
| --- a/third_party/WebKit/LayoutTests/css1/box_properties/padding_right_inline.html
|
| +++ b/third_party/WebKit/LayoutTests/css1/box_properties/padding_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 {padding-right: 25px; text-align: right; background-color: aqua;}
|
| .two {padding-right: -10px; text-align: right; background-color: aqua;}
|
|
|