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

Side by Side Diff: LayoutTests/platform/win/compositing/overflow/content-gains-scrollbars-expected.txt

Issue 1030323005: Simplify application of perspective origin. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add three more test expectation changes (added since earlier) Created 5 years, 8 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, 13], 10 "position": [8, 13],
11 "bounds": [100, 100], 11 "bounds": [100, 100],
12 "drawsContent": true, 12 "drawsContent": true,
13 "children": [ 13 "children": [
14 { 14 {
15 "bounds": [85, 100], 15 "bounds": [85, 100],
16 "children": [ 16 "children": [
17 { 17 {
18 "bounds": [85, 200], 18 "bounds": [85, 200],
19 "shouldFlattenTransform": false,
20 "children": [ 19 "children": [
21 { 20 {
22 "shouldFlattenTransform": false,
23 "children": [ 21 "children": [
24 { 22 {
25 "bounds": [10, 200] 23 "bounds": [10, 200]
26 } 24 }
27 ] 25 ]
28 } 26 }
29 ] 27 ]
30 } 28 }
31 ] 29 ]
32 }, 30 },
(...skipping 11 matching lines...) Expand all
44 { 42 {
45 "position": [8, 13], 43 "position": [8, 13],
46 "bounds": [100, 100], 44 "bounds": [100, 100],
47 "drawsContent": true, 45 "drawsContent": true,
48 "children": [ 46 "children": [
49 { 47 {
50 "bounds": [100, 85], 48 "bounds": [100, 85],
51 "children": [ 49 "children": [
52 { 50 {
53 "bounds": [200, 85], 51 "bounds": [200, 85],
54 "shouldFlattenTransform": false,
55 "children": [ 52 "children": [
56 { 53 {
57 "shouldFlattenTransform": false,
58 "children": [ 54 "children": [
59 { 55 {
60 "bounds": [200, 10] 56 "bounds": [200, 10]
61 } 57 }
62 ] 58 ]
63 } 59 }
64 ] 60 ]
65 } 61 }
66 ] 62 ]
67 }, 63 },
(...skipping 11 matching lines...) Expand all
79 { 75 {
80 "position": [8, 13], 76 "position": [8, 13],
81 "bounds": [100, 100], 77 "bounds": [100, 100],
82 "drawsContent": true, 78 "drawsContent": true,
83 "children": [ 79 "children": [
84 { 80 {
85 "bounds": [85, 85], 81 "bounds": [85, 85],
86 "children": [ 82 "children": [
87 { 83 {
88 "bounds": [200, 200], 84 "bounds": [200, 200],
89 "shouldFlattenTransform": false,
90 "children": [ 85 "children": [
91 { 86 {
92 "shouldFlattenTransform": false,
93 "children": [ 87 "children": [
94 { 88 {
95 "bounds": [200, 200] 89 "bounds": [200, 200]
96 } 90 }
97 ] 91 ]
98 } 92 }
99 ] 93 ]
100 } 94 }
101 ] 95 ]
102 }, 96 },
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 } 137 }
144 ] 138 ]
145 } 139 }
146 ] 140 ]
147 } 141 }
148 ] 142 ]
149 } 143 }
150 ] 144 ]
151 } 145 }
152 146
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698