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

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

Issue 542963002: Revert 181400 "Partial revert of r178392" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/compositing/draws-content/webgl-background-layer-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [13, 8], 10 "position": [13, 8],
11 "bounds": [50, 50], 11 "bounds": [50, 50],
12 "contentsOpaque": true, 12 "contentsOpaque": true,
13 "drawsContent": true,
13 "backgroundColor": "#008000" 14 "backgroundColor": "#008000"
14 }, 15 },
15 { 16 {
16 "position": [13, 73], 17 "position": [13, 73],
17 "bounds": [60, 60], 18 "bounds": [60, 60],
18 "contentsOpaque": true, 19 "contentsOpaque": true,
19 "drawsContent": true, 20 "drawsContent": true,
20 "backgroundColor": "#008000" 21 "backgroundColor": "#008000"
21 }, 22 },
22 { 23 {
23 "position": [13, 138], 24 "position": [13, 138],
24 "bounds": [60, 60], 25 "bounds": [60, 60],
25 "contentsOpaque": true, 26 "contentsOpaque": true,
26 "drawsContent": true, 27 "drawsContent": true,
27 "backgroundColor": "#008000" 28 "backgroundColor": "#008000"
28 }, 29 },
29 { 30 {
30 "position": [13, 203], 31 "position": [13, 203],
31 "bounds": [50, 50], 32 "bounds": [50, 50],
32 "contentsOpaque": true, 33 "contentsOpaque": true,
33 "drawsContent": true, 34 "drawsContent": true,
34 "backgroundColor": "#008000" 35 "backgroundColor": "#008000"
35 } 36 }
36 ] 37 ]
37 } 38 }
38 ] 39 ]
39 } 40 }
40 41
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/draws-content/webgl-background-layer-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698