| Index: LayoutTests/fast/block/float/avoidance-percent-width-strict.html
|
| diff --git a/LayoutTests/fast/block/float/avoidance-percent-width-strict.html b/LayoutTests/fast/block/float/avoidance-percent-width-strict.html
|
| index 6c17a6cb604b146afe0c6c4aeeb9b8bb48b0ff21..51b0c3b096b575a547b097eedea4f585d44e8331 100644
|
| --- a/LayoutTests/fast/block/float/avoidance-percent-width-strict.html
|
| +++ b/LayoutTests/fast/block/float/avoidance-percent-width-strict.html
|
| @@ -1,3 +1,5 @@
|
| <!DOCTYPE html>
|
| +<body style="overflow: hidden;"
|
| <div style="width:800px; border: 0px solid blue;"><div style="border:2px solid red; float: left; width:550px">(Parent DIV have no border set) There should be a green table below this block</div><table style="border:2px solid green; width:100%;"><td>test</td></table></div><br>
|
| -<div style="width:800px; border: 2px solid blue;"><div style="border:2px solid red; float: left; width:550px">(Parent DIV have 2px blue border set) There should be a green table below this block</div><table style="border:2px solid green; width:100%;"><td>test</td></table></div>
|
| +<div style="width:800px; border: 2px solid blue;"><div style="border:2px solid red; float: left; width:550px">(Parent DIV have 2px blue border set) There should be a green table below this block</div><table style="border:2px solid green; width:100%;"><td>test</td></table></div>
|
| +</body>
|
|
|