| Index: third_party/WebKit/LayoutTests/fast/block/float/add-inline-before-float-and-into-anonymous-block-container-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/block/float/add-inline-before-float-and-into-anonymous-block-container-expected.html b/third_party/WebKit/LayoutTests/fast/block/float/add-inline-before-float-and-into-anonymous-block-container-expected.html
|
| deleted file mode 100644
|
| index 10c401dc177a7124d5aaa651931d6efd7f72279a..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/block/float/add-inline-before-float-and-into-anonymous-block-container-expected.html
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<style>
|
| -.block {
|
| - width: 50px;
|
| - height: 50px;
|
| - background-color: green;
|
| -}
|
| -
|
| -</style>
|
| -<p>crbug.com/322039: There should be a green <em>square</em> below.</p>
|
| -<div>
|
| - <br>
|
| - <div id="first" class="block"></div>
|
| -</div>
|
|
|