| Index: third_party/WebKit/LayoutTests/css1/box_properties/padding_bottom_inline.html
|
| diff --git a/third_party/WebKit/LayoutTests/css1/box_properties/padding_bottom_inline.html b/third_party/WebKit/LayoutTests/css1/box_properties/padding_bottom_inline.html
|
| index 8e4cedcadec4cc68f453a95e4343579380ac5091..ec36d5e236962896483d659960c04abf7c0f90d4 100644
|
| --- a/third_party/WebKit/LayoutTests/css1/box_properties/padding_bottom_inline.html
|
| +++ b/third_party/WebKit/LayoutTests/css1/box_properties/padding_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 {padding-bottom: 25px; background-color: aqua;}
|
| .two {padding-bottom: -10px; background-color: aqua;}
|
|
|