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

Side by Side Diff: LayoutTests/compositing/contents-opaque/body-background-skipped-expected.txt

Issue 1181023003: Auto-rebaseline for r196973 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 { 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,
8 "backgroundColor": "#0000FF",
7 "children": [ 9 "children": [
8 { 10 {
9 "bounds": [800, 600], 11 "bounds": [800, 600],
10 "drawsContent": true, 12 "drawsContent": true,
11 "backgroundColor": "#0000FF",
12 "children": [ 13 "children": [
13 { 14 {
14 "position": [8, 8], 15 "position": [8, 8],
15 "bounds": [200, 200], 16 "bounds": [200, 200],
16 "contentsOpaque": true, 17 "contentsOpaque": true,
17 "drawsContent": true, 18 "drawsContent": true,
18 "backgroundColor": "#008000" 19 "backgroundColor": "#008000"
19 }, 20 },
20 { 21 {
21 "bounds": [800, 600], 22 "bounds": [800, 600],
22 "drawsContent": true 23 "drawsContent": true
23 } 24 }
24 ] 25 ]
25 } 26 }
26 ] 27 ]
27 } 28 }
28 ] 29 ]
29 } 30 }
30 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698