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

Side by Side Diff: LayoutTests/platform/win/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective-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": [200, 200], 11 "bounds": [200, 200],
12 "drawsContent": true, 12 "drawsContent": true,
13 "children": [ 13 "children": [
14 { 14 {
15 "bounds": [185, 185], 15 "bounds": [200, 200],
16 "shouldFlattenTransform": false, 16 "shouldFlattenTransform": false,
17 "transform": [ 17 "transform": [
18 [1, 0, 0, 0], 18 [1, 0, 0, 0],
19 [0, 1, 0, 0], 19 [0, 1, 0, 0],
20 [0, 0, 1, -0.01], 20 [0, 0, 1, -0.01],
21 [0, 0, 0, 1] 21 [0, 0, 0, 1]
22 ], 22 ],
23 "children": [ 23 "children": [
24 { 24 {
25 "bounds": [185, 265], 25 "bounds": [185, 185],
26 "shouldFlattenTransform": false, 26 "shouldFlattenTransform": false,
27 "children": [ 27 "children": [
28 { 28 {
29 "bounds": [185, 265],
29 "shouldFlattenTransform": false, 30 "shouldFlattenTransform": false,
30 "children": [ 31 "children": [
31 { 32 {
32 "position": [0, 65], 33 "shouldFlattenTransform": false,
33 "bounds": [60, 200], 34 "children": [
34 "contentsOpaque": true, 35 {
35 "drawsContent": true, 36 "position": [0, 65],
36 "backgroundColor": "#008000", 37 "bounds": [60, 200],
37 "transform": [ 38 "contentsOpaque": true,
38 [1, 0, 0, 0], 39 "drawsContent": true,
39 [0, 1, 0, 0], 40 "backgroundColor": "#008000",
40 [0, 0, 1, 0], 41 "transform": [
41 [0, 0, 10, 1] 42 [1, 0, 0, 0],
42 ] 43 [0, 1, 0, 0],
43 }, 44 [0, 0, 1, 0],
44 { 45 [0, 0, 10, 1]
45 "position": [65, 65], 46 ]
46 "bounds": [60, 200], 47 },
47 "contentsOpaque": true, 48 {
48 "drawsContent": true, 49 "position": [65, 65],
49 "backgroundColor": "#0000FF", 50 "bounds": [60, 200],
50 "transform": [ 51 "contentsOpaque": true,
51 [1, 0, 0, 0], 52 "drawsContent": true,
52 [0, 1, 0, 0], 53 "backgroundColor": "#0000FF",
53 [0, 0, 1, 0], 54 "transform": [
54 [0, 0, 20, 1] 55 [1, 0, 0, 0],
56 [0, 1, 0, 0],
57 [0, 0, 1, 0],
58 [0, 0, 20, 1]
59 ]
60 }
55 ] 61 ]
56 } 62 }
57 ] 63 ]
58 } 64 }
59 ] 65 ]
60 } 66 }
61 ] 67 ]
62 }, 68 },
63 { 69 {
64 "children": [ 70 "children": [
(...skipping 14 matching lines...) Expand all
79 } 85 }
80 ] 86 ]
81 } 87 }
82 ] 88 ]
83 } 89 }
84 ] 90 ]
85 } 91 }
86 ] 92 ]
87 } 93 }
88 94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698