| Index: LayoutTests/fast/multicol/gap-non-negative.html
|
| diff --git a/LayoutTests/fast/multicol/gap-non-negative.html b/LayoutTests/fast/multicol/gap-non-negative.html
|
| deleted file mode 100644
|
| index f2b7739210e122fa560ea2ca1713442276b2cef7..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/multicol/gap-non-negative.html
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<p>
|
| - Test for <i><a href="rdar://problem/5962118">rdar://problem/5962118</a> Crash in RenderBlock::calcColumnWidth()</i>.
|
| -</p>
|
| -<p>
|
| - This tests that the <tt>column-gap</tt> property does not allow negative values.
|
| -</p>
|
| -<p id = "result"></p>
|
| -<div id="target" style="-webkit-column-count: 4; -webkit-column-gap: -10px;"></div>
|
| -<script>
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| - var style = getComputedStyle(document.getElementById("target"));
|
| - var columnGap = style.getPropertyValue("-webkit-column-gap");
|
| - document.getElementById("result").innerText = (columnGap == "0" || columnGap == "normal") ? "PASS" : "FAIL: column-gap is " + columnGap;
|
| -</script>
|
|
|