| Index: third_party/WebKit/LayoutTests/css1/box_properties/float_margin.html
|
| diff --git a/third_party/WebKit/LayoutTests/css1/box_properties/float_margin.html b/third_party/WebKit/LayoutTests/css1/box_properties/float_margin.html
|
| index d02a7e22dd470438e21959385ff32b386834b965..460322cd52f743ec32145e8129f9dfb778725518 100644
|
| --- a/third_party/WebKit/LayoutTests/css1/box_properties/float_margin.html
|
| +++ b/third_party/WebKit/LayoutTests/css1/box_properties/float_margin.html
|
| @@ -4,6 +4,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">
|
| P.test {background: white; font-size: 20px;
|
| margin-left: 30px; margin-right: 10px; padding: 0; border: 0;}
|
| @@ -129,4 +130,4 @@ image's right and bottom sides, lining up with the thick gray lines in
|
| the image. This paragraph should have a white background, first of
|
| all, which extends to the edges of the element's box. There is no
|
| padding set on this paragraph whatsoever. </p>
|
| -</td></tr></tbody></table></body></html>
|
| +</td></tr></tbody></table></body></html>
|
|
|