| Index: LayoutTests/fast/multicol/vertical-lr/gap-non-negative.html
 | 
| diff --git a/LayoutTests/fast/multicol/vertical-lr/gap-non-negative.html b/LayoutTests/fast/multicol/vertical-lr/gap-non-negative.html
 | 
| deleted file mode 100644
 | 
| index d2a3d8d4b6cb9d9973f7325bf14b633e03a5b08a..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/fast/multicol/vertical-lr/gap-non-negative.html
 | 
| +++ /dev/null
 | 
| @@ -1,17 +0,0 @@
 | 
| -<body style="-webkit-writing-mode:vertical-lr">
 | 
| -<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>
 | 
| 
 |