| Index: third_party/WebKit/LayoutTests/css1/box_properties/float.html
|
| diff --git a/third_party/WebKit/LayoutTests/css1/box_properties/float.html b/third_party/WebKit/LayoutTests/css1/box_properties/float.html
|
| index 45824a9bd413f856df5e429acafaf15275b24699..5830e9b72508c8247df2f17d45156d1dd06d9704 100644
|
| --- a/third_party/WebKit/LayoutTests/css1/box_properties/float.html
|
| +++ b/third_party/WebKit/LayoutTests/css1/box_properties/float.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">
|
| .one {float: left;}
|
| .two {float: right;}
|
| @@ -41,4 +42,4 @@ been floated to the left. </p>
|
| <p> This text should be flowing past a tall orange rectangle on the
|
| right side of the browser window. In this case, it is the image which
|
| has been floated to the right. </p>
|
| -</td></tr></tbody></table></body></html>
|
| +</td></tr></tbody></table></body></html>
|
|
|