| Index: LayoutTests/fast/block/do-not-strip-anonymous-blocks-when-block-child-becomes-float-and-other-block-on-line.html
|
| diff --git a/LayoutTests/fast/block/do-not-strip-anonymous-blocks-when-block-child-becomes-float-and-other-block-on-line.html b/LayoutTests/fast/block/do-not-strip-anonymous-blocks-when-block-child-becomes-float-and-other-block-on-line.html
|
| deleted file mode 100644
|
| index 06054592b7564f434303474d86e2fc300fe1ef84..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/block/do-not-strip-anonymous-blocks-when-block-child-becomes-float-and-other-block-on-line.html
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<style>
|
| - body {
|
| - margin: 0;
|
| - padding: 0;
|
| - }
|
| - #container {
|
| - position: relative;
|
| - background: #ccc;
|
| - font: 20px Ahem;
|
| - }
|
| - #floater {
|
| - float: none;
|
| - }
|
| -</style>
|
| -<body>
|
| - <p> When a block element becomes a float we should not strip anonymous blocks wrapping its inline siblings if there are other blocks on the line.</p>
|
| - <div id="container">
|
| - <strong></strong>
|
| - <p></p>
|
| - <dd id="floater"></dd>
|
| - <br>
|
| - </div>
|
| - <script>
|
| - document.body.offsetTop;
|
| - document.getElementById('floater').style.float = 'right';
|
| - </script>
|
| -</body>
|
| -
|
| -
|
|
|