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

Side by Side Diff: LayoutTests/platform/mac/compositing/iframes/resizer-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 { 2 {
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "children": [ 9 "children": [
10 { 10 {
11 "position": [8, 8], 11 "position": [8, 8],
12 "bounds": [304, 154], 12 "bounds": [304, 154],
13 "drawsContent": true, 13 "drawsContent": true,
14 "children": [ 14 "children": [
15 { 15 {
16 "position": [2, 2], 16 "position": [2, 2],
17 "bounds": [300, 150], 17 "bounds": [300, 150],
18 "children": [ 18 "children": [
19 { 19 {
20 "bounds": [285, 150], 20 "bounds": [285, 150],
21 "children": [ 21 "children": [
22 { 22 {
23 "children": [ 23 "children": [
24 { 24 {
25 "bounds": [285, 230], 25 "bounds": [285, 230],
26 "children": [ 26 "children": [
27 { 27 {
28 "bounds": [285, 230], 28 "bounds": [285, 230],
29 "drawsContent": true, 29 "drawsContent": true,
30 "backgroundColor": "#C0C0C0",
30 "children": [ 31 "children": [
31 { 32 {
32 "position": [18, 10], 33 "position": [18, 10],
33 "bounds": [210, 210], 34 "bounds": [210, 210],
34 "contentsOpaque": true, 35 "contentsOpaque": true,
35 "drawsContent": true, 36 "drawsContent": true,
36 "backgroundColor": "#0000FF" 37 "backgroundColor": "#0000FF"
37 } 38 }
38 ] 39 ]
39 } 40 }
(...skipping 24 matching lines...) Expand all
64 65
65 -------- 66 --------
66 Frame: '-->' 67 Frame: '-->'
67 -------- 68 --------
68 { 69 {
69 "bounds": [285, 230], 70 "bounds": [285, 230],
70 "children": [ 71 "children": [
71 { 72 {
72 "bounds": [285, 230], 73 "bounds": [285, 230],
73 "drawsContent": true, 74 "drawsContent": true,
75 "backgroundColor": "#C0C0C0",
74 "children": [ 76 "children": [
75 { 77 {
76 "position": [18, 10], 78 "position": [18, 10],
77 "bounds": [210, 210], 79 "bounds": [210, 210],
78 "contentsOpaque": true, 80 "contentsOpaque": true,
79 "drawsContent": true, 81 "drawsContent": true,
80 "backgroundColor": "#0000FF" 82 "backgroundColor": "#0000FF"
81 } 83 }
82 ] 84 ]
83 } 85 }
84 ] 86 ]
85 } 87 }
86 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698