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

Side by Side Diff: LayoutTests/platform/mac/css1/formatting_model/canvas-expected.txt

Issue 1145993002: Refactor root element background painting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase, adding back TestExpectation Created 5 years, 6 months 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 | Annotate | Revision Log
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 LayoutBlockFlow {HTML} at (0,0) size 800x600 [bgcolor=#00FFFF] 4 LayoutBlockFlow {HTML} at (0,0) size 800x600
5 LayoutBlockFlow {BODY} at (25,25) size 750x550 [bgcolor=#008000] 5 LayoutBlockFlow {BODY} at (25,25) size 750x550 [bgcolor=#008000]
6 LayoutBlockFlow {P} at (0,0) size 750x18 6 LayoutBlockFlow {P} at (0,0) size 750x18
7 LayoutText {#text} at (0,0) size 363x18 7 LayoutText {#text} at (0,0) size 363x18
8 text run at (0,0) width 363: "The style declarations which apply to th e text below are:" 8 text run at (0,0) width 363: "The style declarations which apply to th e text below are:"
9 LayoutBlockFlow {PRE} at (0,34) size 750x30 9 LayoutBlockFlow {PRE} at (0,34) size 750x30
10 LayoutText {#text} at (0,0) size 539x30 10 LayoutText {#text} at (0,0) size 539x30
11 text run at (0,0) width 235: "HTML {background-color: aqua;}" 11 text run at (0,0) width 235: "HTML {background-color: aqua;}"
12 text run at (234,0) width 1: " " 12 text run at (234,0) width 1: " "
13 text run at (0,15) width 539: "BODY {background-color: green; backgrou nd-image: none; margin: 25px;}" 13 text run at (0,15) width 539: "BODY {background-color: green; backgrou nd-image: none; margin: 25px;}"
14 text run at (538,15) width 1: " " 14 text run at (538,15) width 1: " "
(...skipping 17 matching lines...) Expand all
32 LayoutText {#text} at (4,4) size 4x18 32 LayoutText {#text} at (4,4) size 4x18
33 text run at (4,4) width 4: " " 33 text run at (4,4) width 4: " "
34 LayoutTableCell {TD} at (12,26) size 736x62 [border: (1px inset #808 080)] [r=1 c=1 rs=1 cs=1] 34 LayoutTableCell {TD} at (12,26) size 736x62 [border: (1px inset #808 080)] [r=1 c=1 rs=1 cs=1]
35 LayoutBlockFlow {P} at (4,4) size 728x54 35 LayoutBlockFlow {P} at (4,4) size 728x54
36 LayoutText {#text} at (0,0) size 718x54 36 LayoutText {#text} at (0,0) size 718x54
37 text run at (0,0) width 392: "The body of this document should have a green background. " 37 text run at (0,0) width 392: "The body of this document should have a green background. "
38 text run at (391,0) width 316: "It also has a margin of 25 pix els, so the light blue" 38 text run at (391,0) width 316: "It also has a margin of 25 pix els, so the light blue"
39 text run at (0,18) width 436: "background set for the HTML ele ment should surround the BODY. " 39 text run at (0,18) width 436: "background set for the HTML ele ment should surround the BODY. "
40 text run at (435,18) width 283: "If the BODY content is signif icantly shorter" 40 text run at (435,18) width 283: "If the BODY content is signif icantly shorter"
41 text run at (0,36) width 560: "than the browser's window heigh t, then the bottom border may be larger than 25 pixels." 41 text run at (0,36) width 560: "than the browser's window heigh t, then the bottom border may be larger than 25 pixels."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698