| Index: third_party/WebKit/LayoutTests/printing/multicol-not-supported.html
|
| diff --git a/third_party/WebKit/LayoutTests/printing/multicol-not-supported.html b/third_party/WebKit/LayoutTests/printing/multicol-not-supported.html
|
| deleted file mode 100644
|
| index 2f31933a709f3369fc70e20b0a127abcb833aa0d..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/printing/multicol-not-supported.html
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="../resources/js-test.js"></script>
|
| -<p>To run this test manually, print this document.</p>
|
| -<p>There should be 6 pages in this document. Multicol doesn't work well with printing, so it should
|
| - be disabled. See crbug.com/99358</p>
|
| -<div style="page-break-before:always; -webkit-columns:10; line-height:400px;">
|
| - <br>
|
| - <br>
|
| - <br>
|
| - <br>
|
| - <br>
|
| - <br>
|
| - <br>
|
| - <br>
|
| - <br>
|
| - <br>
|
| -</div>
|
| -<script>
|
| - if (window.internals)
|
| - shouldBe("internals.numberOfPages(800, 800)", "6");
|
| -</script>
|
|
|