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

Side by Side Diff: LayoutTests/compositing/layer-creation/overlap-transformed-preserved-3d-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 123456Before: 1 123456Before:
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": [108, 108], 11 "position": [108, 108],
12 "children": [ 12 "children": [
13 { 13 {
14 "transformOrigin": [50, 50],
14 "shouldFlattenTransform": false, 15 "shouldFlattenTransform": false,
15 "transform": [ 16 "transform": [
16 [1, 0, 0, 0], 17 [1, 0, 0, 0],
17 [0, 1, 0, 0], 18 [0, 1, 0, 0],
18 [-0.25, -0.25, 1, -0.005], 19 [0, 0, 1, -0.005],
19 [0, 0, 0, 1] 20 [0, 0, 0, 1]
20 ], 21 ],
21 "children": [ 22 "children": [
22 { 23 {
23 "transformOrigin": [50, 50], 24 "transformOrigin": [50, 50],
24 "shouldFlattenTransform": false, 25 "shouldFlattenTransform": false,
25 "3dRenderingContext": 1, 26 "3dRenderingContext": 1,
26 "transform": [ 27 "transform": [
27 [0.353553390593274, 0.25, -0.5, 0], 28 [0.353553390593274, 0.25, -0.5, 0],
28 [0, 0.353553390593274, 0.707106781186548, 0], 29 [0, 0.353553390593274, 0.707106781186548, 0],
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "children": [ 120 "children": [
120 { 121 {
121 "bounds": [800, 600], 122 "bounds": [800, 600],
122 "contentsOpaque": true, 123 "contentsOpaque": true,
123 "drawsContent": true, 124 "drawsContent": true,
124 "children": [ 125 "children": [
125 { 126 {
126 "position": [108, 108], 127 "position": [108, 108],
127 "children": [ 128 "children": [
128 { 129 {
130 "transformOrigin": [50, 50],
129 "shouldFlattenTransform": false, 131 "shouldFlattenTransform": false,
130 "transform": [ 132 "transform": [
131 [1, 0, 0, 0], 133 [1, 0, 0, 0],
132 [0, 1, 0, 0], 134 [0, 1, 0, 0],
133 [-0.25, -0.25, 1, -0.005], 135 [0, 0, 1, -0.005],
134 [0, 0, 0, 1] 136 [0, 0, 0, 1]
135 ], 137 ],
136 "children": [ 138 "children": [
137 { 139 {
138 "transformOrigin": [50, 50], 140 "transformOrigin": [50, 50],
139 "shouldFlattenTransform": false, 141 "shouldFlattenTransform": false,
140 "3dRenderingContext": 1, 142 "3dRenderingContext": 1,
141 "transform": [ 143 "transform": [
142 [0.707106781186548, 0.5, -0.5, 0], 144 [0.707106781186548, 0.5, -0.5, 0],
143 [0, 0.707106781186548, 0.707106781186548, 0], 145 [0, 0.707106781186548, 0.707106781186548, 0],
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "bounds": [300, 300], 240 "bounds": [300, 300],
239 "drawsContent": true 241 "drawsContent": true
240 } 242 }
241 ] 243 ]
242 } 244 }
243 ] 245 ]
244 } 246 }
245 ] 247 ]
246 } 248 }
247 249
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/compositing/perspective-origin-overflow-hidden.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698