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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/draws-content/canvas-background-layer-expected.txt

Issue 2406723002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutHTMLCanvas CANVAS id='canvas-simple'",
11 "position": [13, 8],
12 "bounds": [50, 50],
13 "contentsOpaque": true,
9 "drawsContent": true, 14 "drawsContent": true,
10 "children": [ 15 "backgroundColor": "#008000"
11 { 16 },
12 "name": "LayoutHTMLCanvas CANVAS id='canvas-simple'", 17 {
13 "position": [13, 8], 18 "name": "LayoutHTMLCanvas CANVAS id='canvas-transparent-background'",
14 "bounds": [50, 50], 19 "position": [13, 73],
15 "contentsOpaque": true, 20 "bounds": [50, 50],
16 "drawsContent": true, 21 "drawsContent": true,
17 "backgroundColor": "#008000" 22 "backgroundColor": "#00FF007F"
18 }, 23 },
19 { 24 {
20 "name": "LayoutHTMLCanvas CANVAS id='canvas-transparent-background'", 25 "name": "LayoutHTMLCanvas CANVAS id='canvas-padding'",
21 "position": [13, 73], 26 "position": [13, 138],
22 "bounds": [50, 50], 27 "bounds": [60, 60],
23 "drawsContent": true, 28 "drawsContent": true,
24 "backgroundColor": "#00FF007F" 29 "backgroundColor": "#008000"
25 }, 30 },
26 { 31 {
27 "name": "LayoutHTMLCanvas CANVAS id='canvas-padding'", 32 "name": "LayoutHTMLCanvas CANVAS id='canvas-border'",
28 "position": [13, 138], 33 "position": [13, 203],
29 "bounds": [60, 60], 34 "bounds": [60, 60],
30 "drawsContent": true, 35 "drawsContent": true,
31 "backgroundColor": "#008000" 36 "backgroundColor": "#008000"
32 }, 37 },
33 { 38 {
34 "name": "LayoutHTMLCanvas CANVAS id='canvas-border'", 39 "name": "LayoutHTMLCanvas CANVAS id='canvas-image'",
35 "position": [13, 203], 40 "position": [13, 268],
36 "bounds": [60, 60], 41 "bounds": [50, 50],
37 "drawsContent": true, 42 "drawsContent": true,
38 "backgroundColor": "#008000" 43 "backgroundColor": "#008000"
39 }, 44 },
40 { 45 {
41 "name": "LayoutHTMLCanvas CANVAS id='canvas-image'", 46 "name": "LayoutHTMLCanvas CANVAS id='canvas-opaque'",
42 "position": [13, 268], 47 "position": [13, 333],
43 "bounds": [50, 50], 48 "bounds": [60, 60],
44 "drawsContent": true, 49 "contentsOpaque": true,
45 "backgroundColor": "#008000" 50 "drawsContent": true,
46 }, 51 "backgroundColor": "#008000"
47 {
48 "name": "LayoutHTMLCanvas CANVAS id='canvas-opaque'",
49 "position": [13, 333],
50 "bounds": [60, 60],
51 "contentsOpaque": true,
52 "drawsContent": true,
53 "backgroundColor": "#008000"
54 }
55 ]
56 } 52 }
57 ] 53 ]
58 } 54 }
59 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698