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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/printing/forced-break-tree-dump-only-expected.txt

Issue 1423643002: Print absolutely positioned objects correctly when sized against the viewport. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Need to rebaseline some tests, and it has to be done manually because of more specific entries alre… 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
1 layer at (0,0) size 0x0 1 layer at (0,0) size 1000x750 scrollHeight 778
2 LayoutView at (0,0) size 0x0 2 LayoutView at (0,0) size 1000x750
3 layer at (0,0) size 1000x778 3 layer at (0,0) size 1000x778 backgroundClip at (0,0) size 1000x750 clip at (0,0) size 1000x750
4 LayoutBlockFlow {HTML} at (0,0) size 1000x778 4 LayoutBlockFlow {HTML} at (0,0) size 1000x778
5 LayoutBlockFlow {BODY} at (8,16) size 984x754 5 LayoutBlockFlow {BODY} at (8,16) size 984x754
6 LayoutBlockFlow {P} at (0,0) size 984x40 6 LayoutBlockFlow {P} at (0,0) size 984x40
7 LayoutText {#text} at (0,0) size 959x39 7 LayoutText {#text} at (0,0) size 959x39
8 text run at (0,0) width 526: "This is a test that only dumps the layou t tree, and doesn't actually display the page. This " 8 text run at (0,0) width 526: "This is a test that only dumps the layou t tree, and doesn't actually display the page. This "
9 text run at (526,0) width 433: "tests some peculiarities in the test f ramework for printing. To run this test" 9 text run at (526,0) width 433: "tests some peculiarities in the test f ramework for printing. To run this test"
10 text run at (0,20) width 93: "manually, run it " 10 text run at (0,20) width 93: "manually, run it "
11 text run at (92,20) width 212: "with content_shell --run-layout-test" 11 text run at (92,20) width 212: "with content_shell --run-layout-test"
12 LayoutBlockFlow {DIV} at (0,56) size 984x20 12 LayoutBlockFlow {DIV} at (0,56) size 984x20
13 LayoutText {#text} at (0,0) size 155x19 13 LayoutText {#text} at (0,0) size 155x19
14 text run at (0,0) width 155: "This should be on page 1." 14 text run at (0,0) width 155: "This should be on page 1."
15 LayoutBlockFlow {DIV} at (0,734) size 984x20 15 LayoutBlockFlow {DIV} at (0,734) size 984x20
16 LayoutText {#text} at (0,0) size 155x19 16 LayoutText {#text} at (0,0) size 155x19
17 text run at (0,0) width 155: "This should be on page 2." 17 text run at (0,0) width 155: "This should be on page 2."
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698