| Index: LayoutTests/fast/block/float/trailing-float-layout.html
|
| diff --git a/LayoutTests/fast/block/float/trailing-float-layout.html b/LayoutTests/fast/block/float/trailing-float-layout.html
|
| index 4068cd9a50434a6ae64018f0d42c1363d6fa145a..36b93faad0d4faa7de70709565ecb953b8b9eb88 100644
|
| --- a/LayoutTests/fast/block/float/trailing-float-layout.html
|
| +++ b/LayoutTests/fast/block/float/trailing-float-layout.html
|
| @@ -1,10 +1,10 @@
|
| <!DOCTYPE html>
|
| <object>
|
| - <span style="display: inline-block;"><span id="float" style="float: left; width: 1px; height: 150px" data-expected-height=0></span></span>
|
| + <span style="display: inline-block;"><span style="float: left; width: 1px; height: 150px; background-color: green;"></span></span>
|
| <div style="padding-top: 55%"></div>
|
| </object>
|
| -<p>crbug.com/517030: Ensure trailing float gets a layout.</p>
|
| -<script src="../../../resources/check-layout.js"></script>
|
| +<p>crbug.com/517030: Ensure trailing float gets a layout. Passes if it does not assert</p>
|
| <script>
|
| - checkLayout('#float');
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| </script>
|
|
|