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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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 "name": "Content Root Layer", 5 "name": "Content Root Layer",
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "children": [ 7 "children": [
8 { 8 {
9 "name": "LayoutView #document", 9 "name": "LayoutView #document",
10 "bounds": [800, 600], 10 "bounds": [800, 600],
(...skipping 14 matching lines...) Expand all
25 [1, 0, 0, 0], 25 [1, 0, 0, 0],
26 [0, 1, 0, 0], 26 [0, 1, 0, 0],
27 [0, 0, 1, -0.002], 27 [0, 0, 1, -0.002],
28 [0, 0, 0, 1] 28 [0, 0, 0, 1]
29 ], 29 ],
30 "children": [ 30 "children": [
31 { 31 {
32 "name": "LayoutBlockFlow DIV id='parent'", 32 "name": "LayoutBlockFlow DIV id='parent'",
33 "position": [12, 12], 33 "position": [12, 12],
34 "bounds": [280, 280], 34 "bounds": [280, 280],
35 "opacity": 0.800000011920929,
36 "contentsOpaque": true, 35 "contentsOpaque": true,
37 "shouldFlattenTransform": false, 36 "shouldFlattenTransform": false,
38 "3dRenderingContext": 1, 37 "3dRenderingContext": 1,
39 "drawsContent": true, 38 "drawsContent": true,
40 "backgroundColor": "#FFFF00", 39 "backgroundColor": "#FFFF00",
41 "transform": [ 40 "transform": [
42 [0.766044443118978, -0.556670399226419, -0.32139380484327, 0 ], 41 [0.766044443118978, -0.556670399226419, -0.32139380484327, 0 ],
43 [0, 0.5, -0.866025403784439, 0], 42 [0, 0.5, -0.866025403784439, 0],
44 [0.642787609686539, 0.663413948168938, 0.383022221559489, 0] , 43 [0.642787609686539, 0.663413948168938, 0.383022221559489, 0] ,
45 [0, 0, 0, 1] 44 [0, 0, 0, 1]
(...skipping 19 matching lines...) Expand all
65 } 64 }
66 ] 65 ]
67 } 66 }
68 ] 67 ]
69 } 68 }
70 ] 69 ]
71 } 70 }
72 ] 71 ]
73 } 72 }
74 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698