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

Side by Side Diff: LayoutTests/compositing/iframes/overlapped-iframe-iframe-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, 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 "bounds": [300, 300],
16 "children": [ 16 "children": [
17 { 17 {
18 "bounds": [300, 300], 18 "bounds": [300, 300],
19 "children": [ 19 "children": [
20 { 20 {
21 "children": [ 21 "children": [
22 { 22 {
23 "bounds": [300, 300], 23 "bounds": [300, 300],
24 "children": [ 24 "children": [
25 { 25 {
26 "bounds": [300, 300], 26 "bounds": [300, 300],
27 "drawsContent": true, 27 "drawsContent": true,
28 "backgroundColor": "#C0C0C0",
28 "children": [ 29 "children": [
29 { 30 {
30 "position": [18, 10], 31 "position": [18, 10],
31 "bounds": [210, 210], 32 "bounds": [210, 210],
32 "contentsOpaque": true, 33 "contentsOpaque": true,
33 "drawsContent": true, 34 "drawsContent": true,
34 "backgroundColor": "#0000FF" 35 "backgroundColor": "#0000FF"
35 } 36 }
36 ] 37 ]
37 } 38 }
(...skipping 20 matching lines...) Expand all
58 59
59 -------- 60 --------
60 Frame: '-->' 61 Frame: '-->'
61 -------- 62 --------
62 { 63 {
63 "bounds": [300, 300], 64 "bounds": [300, 300],
64 "children": [ 65 "children": [
65 { 66 {
66 "bounds": [300, 300], 67 "bounds": [300, 300],
67 "drawsContent": true, 68 "drawsContent": true,
69 "backgroundColor": "#C0C0C0",
68 "children": [ 70 "children": [
69 { 71 {
70 "position": [18, 10], 72 "position": [18, 10],
71 "bounds": [210, 210], 73 "bounds": [210, 210],
72 "contentsOpaque": true, 74 "contentsOpaque": true,
73 "drawsContent": true, 75 "drawsContent": true,
74 "backgroundColor": "#0000FF" 76 "backgroundColor": "#0000FF"
75 } 77 }
76 ] 78 ]
77 } 79 }
78 ] 80 ]
79 } 81 }
80 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698