Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: third_party/WebKit/LayoutTests/printing/multicol-not-supported.html

Issue 1492143002: Add support for printing multicol containers, and enable it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code review Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698