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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/draws-content/webgl-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-padding'",
14 "bounds": [50, 50], 19 "position": [13, 73],
15 "contentsOpaque": true, 20 "bounds": [60, 60],
16 "drawsContent": true, 21 "drawsContent": true,
17 "backgroundColor": "#008000" 22 "backgroundColor": "#008000"
18 }, 23 },
19 { 24 {
20 "name": "LayoutHTMLCanvas CANVAS id='canvas-padding'", 25 "name": "LayoutHTMLCanvas CANVAS id='canvas-border'",
21 "position": [13, 73], 26 "position": [13, 138],
22 "bounds": [60, 60], 27 "bounds": [60, 60],
23 "drawsContent": true, 28 "drawsContent": true,
24 "backgroundColor": "#008000" 29 "backgroundColor": "#008000"
25 }, 30 },
26 { 31 {
27 "name": "LayoutHTMLCanvas CANVAS id='canvas-border'", 32 "name": "LayoutHTMLCanvas CANVAS id='canvas-image'",
28 "position": [13, 138], 33 "position": [13, 203],
29 "bounds": [60, 60], 34 "bounds": [50, 50],
30 "drawsContent": true, 35 "drawsContent": true,
31 "backgroundColor": "#008000" 36 "backgroundColor": "#008000"
32 }, 37 },
33 { 38 {
34 "name": "LayoutHTMLCanvas CANVAS id='canvas-image'", 39 "name": "LayoutHTMLCanvas CANVAS id='canvas-transparent-background'",
35 "position": [13, 203], 40 "position": [13, 268],
36 "bounds": [50, 50], 41 "bounds": [50, 50],
37 "drawsContent": true, 42 "drawsContent": true,
38 "backgroundColor": "#008000" 43 "backgroundColor": "#00FF007F"
39 },
40 {
41 "name": "LayoutHTMLCanvas CANVAS id='canvas-transparent-background'",
42 "position": [13, 268],
43 "bounds": [50, 50],
44 "drawsContent": true,
45 "backgroundColor": "#00FF007F"
46 }
47 ]
48 } 44 }
49 ] 45 ]
50 } 46 }
51 47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698