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

Side by Side Diff: LayoutTests/compositing/iframes/overlapped-iframe-iframe-expected.txt

Issue 572193002: Auto-rebaseline for r182021 (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
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 "bounds": [304, 304], 10 "bounds": [304, 304],
11 "drawsContent": true, 11 "drawsContent": true,
12 "children": [ 12 "children": [
13 { 13 {
14 "position": [2, 2], 14 "position": [2, 2],
15 "bounds": [300, 300],
15 "children": [ 16 "children": [
16 { 17 {
17 "bounds": [300, 300], 18 "bounds": [300, 300],
18 "children": [ 19 "children": [
19 { 20 {
20 "children": [ 21 "children": [
21 { 22 {
22 "bounds": [300, 300], 23 "bounds": [300, 300],
23 "children": [ 24 "children": [
24 { 25 {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "bounds": [210, 210], 71 "bounds": [210, 210],
71 "contentsOpaque": true, 72 "contentsOpaque": true,
72 "drawsContent": true, 73 "drawsContent": true,
73 "backgroundColor": "#0000FF" 74 "backgroundColor": "#0000FF"
74 } 75 }
75 ] 76 ]
76 } 77 }
77 ] 78 ]
78 } 79 }
79 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698