| Index: third_party/WebKit/LayoutTests/fast/block/float/avoid-floats-when-negative-margin-top-4.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/block/float/avoid-floats-when-negative-margin-top-4.html b/third_party/WebKit/LayoutTests/fast/block/float/avoid-floats-when-negative-margin-top-4.html
|
| deleted file mode 100644
|
| index 14f119a238ea2f6c9247cd9d18fd86296c8fa748..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/block/float/avoid-floats-when-negative-margin-top-4.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<style>
|
| -body { margin: 0px; }
|
| -.float { float: left; width: 50px; height: 100px; background: green;}
|
| -.content { overflow: hidden; margin-top: -100px; width: 50px; height: 100px; background: green;}
|
| -.container { width: 100px; background: red;}
|
| -</style>
|
| -<p>crbug.com/666487: There should be a green square below.</p>
|
| -<div class="container">
|
| - <div>
|
| - <div class="float"></div>
|
| - <br clear=all>
|
| - </div>
|
| - <div style="float:left;"></div>
|
| - <div class="content" data-offset-x=50></div>
|
| -</div>
|
| -<script src="../../../resources/check-layout.js"></script>
|
| -<script>
|
| -checkLayout('.content');
|
| -</script>
|
|
|