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

Side by Side Diff: LayoutTests/compositing/contents-opaque/body-background-painted-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": "#D3D3D3",
7 "children": [ 9 "children": [
8 { 10 {
9 "bounds": [800, 600], 11 "bounds": [800, 600],
10 "contentsOpaque": true,
11 "drawsContent": true, 12 "drawsContent": true,
12 "backgroundColor": "#D3D3D3", 13 "backgroundColor": "#D3D3D3",
13 "children": [ 14 "children": [
14 { 15 {
15 "position": [8, 8], 16 "position": [8, 8],
16 "bounds": [200, 200], 17 "bounds": [200, 200],
17 "contentsOpaque": true, 18 "contentsOpaque": true,
18 "drawsContent": true, 19 "drawsContent": true,
19 "backgroundColor": "#008000" 20 "backgroundColor": "#008000"
20 }, 21 },
21 { 22 {
22 "bounds": [800, 600], 23 "bounds": [800, 600],
23 "drawsContent": true 24 "drawsContent": true
24 } 25 }
25 ] 26 ]
26 } 27 }
27 ] 28 ]
28 } 29 }
29 ] 30 ]
30 } 31 }
31 32
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/compositing/contents-opaque/body-background-skipped-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698