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

Side by Side Diff: third_party/WebKit/LayoutTests/printing/forced-break-tree-dump-only.html

Issue 1413573004: Set page height for printing tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Back out patch set 4 and mark tests with NeedsManualRebaseline. Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script>
3 if (window.testRunner) {
4 testRunner.setPrinting();
5
6 // Dump as text to disable screenshots and pixel results, because otherw ise that
7 // would hide the bug that this test wants to test. :-S
8 testRunner.dumpAsText();
9 }
10 </script>
11 <p>This is a test that only dumps the layout tree, and doesn't actually display the page. This
12 tests some peculiarities in the test framework for printing. To run this tes t manually, run it
13 with content_shell --run-layout-test</p>
14 <div>This should be on page 1.</div>
15 <div style="page-break-before:always;">
16 This should be on page 2.
17 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698