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

Side by Side Diff: LayoutTests/platform/linux/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 750x20 6 LayoutBlockFlow {P} at (0,0) size 750x20
7 LayoutText {#text} at (0,0) size 337x19 7 LayoutText {#text} at (0,0) size 337x19
8 text run at (0,0) width 337: "The style declarations which apply to th e text below are:" 8 text run at (0,0) width 337: "The style declarations which apply to th e text below are:"
9 LayoutBlockFlow {PRE} at (0,36) size 750x32 9 LayoutBlockFlow {PRE} at (0,36) size 750x32
10 LayoutText {#text} at (0,0) size 552x32 10 LayoutText {#text} at (0,0) size 552x32
11 text run at (0,0) width 240: "HTML {background-color: aqua;}" 11 text run at (0,0) width 240: "HTML {background-color: aqua;}"
12 text run at (240,0) width 0: " " 12 text run at (240,0) width 0: " "
13 text run at (0,16) width 552: "BODY {background-color: green; backgrou nd-image: none; margin: 25px;}" 13 text run at (0,16) width 552: "BODY {background-color: green; backgrou nd-image: none; margin: 25px;}"
14 text run at (552,16) width 0: " " 14 text run at (552,16) width 0: " "
(...skipping 17 matching lines...) Expand all
32 LayoutText {#text} at (4,4) size 4x19 32 LayoutText {#text} at (4,4) size 4x19
33 text run at (4,4) width 4: " " 33 text run at (4,4) width 4: " "
34 LayoutTableCell {TD} at (12,28) size 736x68 [border: (1px inset #808 080)] [r=1 c=1 rs=1 cs=1] 34 LayoutTableCell {TD} at (12,28) size 736x68 [border: (1px inset #808 080)] [r=1 c=1 rs=1 cs=1]
35 LayoutBlockFlow {P} at (4,4) size 728x60 35 LayoutBlockFlow {P} at (4,4) size 728x60
36 LayoutText {#text} at (0,0) size 720x59 36 LayoutText {#text} at (0,0) size 720x59
37 text run at (0,0) width 368: "The body of this document should have a green background. " 37 text run at (0,0) width 368: "The body of this document should have a green background. "
38 text run at (368,0) width 291: "It also has a margin of 25 pix els, so the light blue" 38 text run at (368,0) width 291: "It also has a margin of 25 pix els, so the light blue"
39 text run at (0,20) width 411: "background set for the HTML ele ment should surround the BODY. " 39 text run at (0,20) width 411: "background set for the HTML ele ment should surround the BODY. "
40 text run at (411,20) width 309: "If the BODY content is signif icantly shorter than the" 40 text run at (411,20) width 309: "If the BODY content is signif icantly shorter than the"
41 text run at (0,40) width 474: "browser's window height, then t he bottom border may be larger than 25 pixels." 41 text run at (0,40) width 474: "browser's window height, then t he bottom border may be larger than 25 pixels."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698