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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/compositing/geometry/preserve-3d-switching-expected.txt

Issue 2065233002: Force flattening for elements with non-initial value of opacity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix assert. (overflow needs to be adjusted prior to querying used transform-style) Created 4 years, 6 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
OLDNEW
1 The green box appear angled out from the yellow box and embedded in it. 1 The green box appear angled out from the yellow box and embedded in it.
2 2
3 transform: translateZ(-100px) rotateY(45deg); 3 transform: translateZ(-100px) rotateY(45deg);
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "children": [ 6 "children": [
7 { 7 {
8 "bounds": [800, 600], 8 "bounds": [800, 600],
9 "contentsOpaque": true, 9 "contentsOpaque": true,
10 "drawsContent": true, 10 "drawsContent": true,
11 "children": [ 11 "children": [
12 { 12 {
13 "position": [108, 72], 13 "position": [108, 72],
14 "bounds": [304, 304], 14 "bounds": [304, 304],
15 "drawsContent": true, 15 "drawsContent": true,
16 "children": [ 16 "children": [
17 { 17 {
18 "bounds": [304, 304], 18 "bounds": [304, 304],
19 "shouldFlattenTransform": false, 19 "shouldFlattenTransform": false,
20 "transform": [ 20 "transform": [
21 [1, 0, 0, 0], 21 [1, 0, 0, 0],
22 [0, 1, 0, 0], 22 [0, 1, 0, 0],
23 [0, 0, 1, -0.002], 23 [0, 0, 1, -0.002],
24 [0, 0, 0, 1] 24 [0, 0, 0, 1]
25 ], 25 ],
26 "children": [ 26 "children": [
27 { 27 {
28 "position": [12, 12], 28 "position": [12, 12],
29 "bounds": [280, 280], 29 "bounds": [280, 280],
30 "opacity": 0.800000011920929,
31 "contentsOpaque": true, 30 "contentsOpaque": true,
32 "shouldFlattenTransform": false, 31 "shouldFlattenTransform": false,
33 "3dRenderingContext": 1, 32 "3dRenderingContext": 1,
34 "drawsContent": true, 33 "drawsContent": true,
35 "backgroundColor": "#FFFF00", 34 "backgroundColor": "#FFFF00",
36 "transform": [ 35 "transform": [
37 [0.766044443118978, -0.556670399226419, -0.32139380484327, 0 ], 36 [0.766044443118978, -0.556670399226419, -0.32139380484327, 0 ],
38 [0, 0.5, -0.866025403784439, 0], 37 [0, 0.5, -0.866025403784439, 0],
39 [0.642787609686539, 0.663413948168938, 0.383022221559489, 0] , 38 [0.642787609686539, 0.663413948168938, 0.383022221559489, 0] ,
40 [0, 0, 0, 1] 39 [0, 0, 0, 1]
(...skipping 18 matching lines...) Expand all
59 } 58 }
60 ] 59 ]
61 } 60 }
62 ] 61 ]
63 } 62 }
64 ] 63 ]
65 } 64 }
66 ] 65 ]
67 } 66 }
68 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698