| Index: LayoutTests/fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html
|
| diff --git a/LayoutTests/fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html b/LayoutTests/fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html
|
| deleted file mode 100644
|
| index 64498925000cafe51685b2aa1e9cf74793f7be5e..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<p>
|
| - Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=68550">https://bugs.webkit.org/show_bug.cgi?id=68550</a>
|
| - REGRESSION: Crash in RenderBlock::removeFloatingObjectsBelow()</i>.
|
| -</p>
|
| -<p>
|
| - The test passes if it does not cause a crash or assertion failure.
|
| -</p>
|
| -<script>
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -</script>
|
| -<div style="-webkit-columns:2; columns:2; column-fill:auto; width:200px; height:40px; font-family:ahem; -webkit-font-smoothing:none;">
|
| - <div style="height: 12px;"></div>
|
| - <div>
|
| - Text<br>E
|
| - <div style="width: 6px; height: 6px; float: left; background-color: blue;">
|
| - </div>
|
| - </div>
|
| -</div>
|
|
|