| Index: LayoutTests/fast/multicol/scrolling-column-rules-expected.html
|
| diff --git a/LayoutTests/fast/multicol/scrolling-column-rules-expected.html b/LayoutTests/fast/multicol/scrolling-column-rules-expected.html
|
| deleted file mode 100644
|
| index 0dc783295886dbf875023453948b812acb456ada..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/multicol/scrolling-column-rules-expected.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| - <head>
|
| - <title>Column rule in scrollable multicol container</title>
|
| - <style>
|
| - body {
|
| - margin: 0;
|
| - }
|
| - </style>
|
| - </head>
|
| - <body>
|
| - <p>There should be <b>two</b> black squares below.</p>
|
| - <div style="float:right; width:100px; height:100px; margin-right:95px; background:black;"></div>
|
| - <div style="width:500px; margin:auto;">
|
| - <div style="width:100px; height:100px; background:black;"></div>
|
| - </div>
|
| - </body>
|
| -</html>
|
|
|