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

Side by Side Diff: LayoutTests/platform/mac/compositing/overflow/clear-scroll-parent-expected.txt

Issue 666383002: Auto-rebaseline for r184176 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 "position": [8, 8], 10 "position": [8, 8],
(...skipping 29 matching lines...) Expand all
40 } 40 }
41 ] 41 ]
42 } 42 }
43 ] 43 ]
44 }, 44 },
45 { 45 {
46 "position": [50, 200], 46 "position": [50, 200],
47 "bounds": [200, 200], 47 "bounds": [200, 200],
48 "contentsOpaque": true, 48 "contentsOpaque": true,
49 "drawsContent": true, 49 "drawsContent": true,
50 "backgroundColor": "#008000", 50 "backgroundColor": "#008000"
51 "children": [
52 {
53
54 }
55 ]
56 }, 51 },
57 { 52 {
58 "position": [12, 12], 53 "position": [12, 12],
59 "bounds": [80, 80], 54 "bounds": [80, 80],
60 "shouldFlattenTransform": false, 55 "shouldFlattenTransform": false,
61 "hasScrollParent": true, 56 "hasScrollParent": true,
62 "children": [ 57 "children": [
63 { 58 {
64 "position": [10, 10], 59 "position": [10, 10],
65 "bounds": [100, 100], 60 "bounds": [100, 100],
66 "contentsOpaque": true, 61 "contentsOpaque": true,
67 "drawsContent": true, 62 "drawsContent": true,
68 "backgroundColor": "#FF0000", 63 "backgroundColor": "#FF0000"
69 "children": [
70 {
71
72 }
73 ]
74 } 64 }
75 ] 65 ]
76 }, 66 },
77 { 67 {
78 "shouldFlattenTransform": false, 68 "shouldFlattenTransform": false,
79 "hasScrollParent": true, 69 "hasScrollParent": true,
80 "children": [ 70 "children": [
81 { 71 {
82 "position": [22, 102], 72 "position": [22, 102],
83 "bounds": [100, 100], 73 "bounds": [100, 100],
84 "contentsOpaque": true, 74 "contentsOpaque": true,
85 "drawsContent": true, 75 "drawsContent": true,
86 "backgroundColor": "#0000FF", 76 "backgroundColor": "#0000FF"
87 "children": [
88 {
89
90 }
91 ]
92 }, 77 },
93 { 78 {
94 "position": [22, 212], 79 "position": [22, 212],
95 "bounds": [100, 320], 80 "bounds": [100, 320],
96 "drawsContent": true 81 "drawsContent": true
97 } 82 }
98 ] 83 ]
99 } 84 }
100 ] 85 ]
101 } 86 }
102 ] 87 ]
103 } 88 }
104 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698