| Index: third_party/WebKit/LayoutTests/css1/formatting_model/floating_elements.html
|
| diff --git a/third_party/WebKit/LayoutTests/css1/formatting_model/floating_elements.html b/third_party/WebKit/LayoutTests/css1/formatting_model/floating_elements.html
|
| index f9ad0ddb6eb7a709c6958dc58830a7c655022503..cacddab112663bb754ffd76d70182a2ddc0bd6be 100644
|
| --- a/third_party/WebKit/LayoutTests/css1/formatting_model/floating_elements.html
|
| +++ b/third_party/WebKit/LayoutTests/css1/formatting_model/floating_elements.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">
|
| HR.minor {clear: both; width: 5%;}
|
| HR.major {clear: both; width: 75%; margin: 1.5em;}
|
| @@ -391,4 +392,4 @@ point of the floated element to avoid floating elements appearing
|
| before text which precedes it in the source document. </div>
|
|
|
| <hr class="major">
|
| -</td></tr></tbody></table></body></html>
|
| +</td></tr></tbody></table></body></html>
|
|
|