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

Side by Side Diff: LayoutTests/compositing/scrollbars/nested-overlay-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, 8], 10 "position": [8, 8],
11 "bounds": [404, 404], 11 "bounds": [404, 404],
12 "drawsContent": true, 12 "drawsContent": true,
13 "children": [ 13 "children": [
14 { 14 {
15 "position": [2, 2], 15 "position": [2, 2],
16 "bounds": [400, 400], 16 "bounds": [400, 400],
17 "children": [ 17 "children": [
18 { 18 {
19 "bounds": [400, 704], 19 "bounds": [400, 704],
20 "shouldFlattenTransform": false,
21 "drawsContent": true, 20 "drawsContent": true,
22 "children": [ 21 "children": [
23 { 22 {
24 "shouldFlattenTransform": false,
25 "children": [ 23 "children": [
26 { 24 {
27 "position": [0, 500], 25 "position": [0, 500],
28 "bounds": [204, 204], 26 "bounds": [204, 204],
29 "drawsContent": true, 27 "drawsContent": true,
30 "children": [ 28 "children": [
31 { 29 {
32 "position": [2, 2], 30 "position": [2, 2],
33 "bounds": [200, 200], 31 "bounds": [200, 200],
34 "children": [ 32 "children": [
35 { 33 {
36 "bounds": [5000, 9000], 34 "bounds": [5000, 9000],
37 "shouldFlattenTransform": false,
38 "drawsContent": true, 35 "drawsContent": true,
39 "children": [ 36 "children": [
40 { 37 {
41 "shouldFlattenTransform": false 38
42 } 39 }
43 ] 40 ]
44 } 41 }
45 ] 42 ]
46 } 43 }
47 ] 44 ]
48 }, 45 },
49 { 46 {
50 "shouldFlattenTransform": false, 47 "shouldFlattenTransform": false,
51 "children": [ 48 "children": [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 } 95 }
99 ] 96 ]
100 } 97 }
101 ] 98 ]
102 } 99 }
103 ] 100 ]
104 } 101 }
105 ] 102 ]
106 } 103 }
107 104
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698