| Index: LayoutTests/fast/multicol/rule-thicker-than-gap.html
|
| diff --git a/LayoutTests/fast/multicol/rule-thicker-than-gap.html b/LayoutTests/fast/multicol/rule-thicker-than-gap.html
|
| deleted file mode 100644
|
| index 096be0a7fa5cfd579e5afb935dd34b2546563273..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/multicol/rule-thicker-than-gap.html
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| - <head>
|
| - <title>Column rule thicker than gap</title>
|
| - <style>
|
| - .mc {
|
| - columns: 2;
|
| - column-gap: 15px;
|
| - column-rule: 31px solid;
|
| - -moz-columns: 2;
|
| - -moz-column-gap: 15px;
|
| - -moz-column-rule: 31px solid;
|
| - -webkit-columns: 2;
|
| - -webkit-column-gap: 15px;
|
| - -webkit-column-rule: 31px solid;
|
| - width: 101px;
|
| - }
|
| - </style>
|
| - </head>
|
| - <body>
|
| - <p>There should be a filled rectangle below.</p>
|
| - <div class="mc">
|
| - <div style="height:200px;"></div>
|
| - </div>
|
| - </body>
|
| -</html>
|
|
|