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

Side by Side Diff: LayoutTests/platform/linux/virtual/softwarecompositing/geometry/preserve-3d-switching-expected.txt

Issue 348583003: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
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 -webkit-transform: translateZ(-100px) rotateY(45deg); 3 -webkit-transform: translateZ(-100px) rotateY(45deg);
4 (GraphicsLayer 4 {
5 (bounds 800.00 600.00) 5 "bounds": [800, 600],
6 (children 1 6 "children": [
7 (GraphicsLayer 7 {
8 (bounds 800.00 600.00) 8 "bounds": [800, 600],
9 (contentsOpaque 1) 9 "contentsOpaque": true,
10 (drawsContent 1) 10 "drawsContent": true,
11 (children 1 11 "children": [
12 (GraphicsLayer 12 {
13 (position 108.00 72.00) 13 "position": [108, 72],
14 (bounds 304.00 304.00) 14 "bounds": [304, 304],
15 (children 1 15 "children": [
16 (GraphicsLayer 16 {
17 (bounds 304.00 304.00) 17 "bounds": [304, 304],
18 (shouldFlattenTransform 0) 18 "shouldFlattenTransform": false,
19 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 -0.00] [0.00 0.00 0.00 1.00]) 19 "transform": [
20 (children 1 20 [1, 0, 0, 0],
21 (GraphicsLayer 21 [0, 1, 0, 0],
22 (position 12.00 12.00) 22 [0, 0, 1, -0.002],
23 (bounds 280.00 280.00) 23 [0, 0, 0, 1]
24 (opacity 0.80) 24 ],
25 (contentsOpaque 1) 25 "children": [
26 (shouldFlattenTransform 0) 26 {
27 (3dRenderingContext 1) 27 "position": [12, 12],
28 (drawsContent 1) 28 "bounds": [280, 280],
29 (backgroundColor #FFFF00) 29 "opacity": 0.800000011920929,
30 (transform [0.77 -0.56 -0.32 0.00] [0.00 0.50 -0.87 0.00] [0.6 4 0.66 0.38 0.00] [0.00 0.00 0.00 1.00]) 30 "contentsOpaque": true,
31 (children 1 31 "shouldFlattenTransform": false,
32 (GraphicsLayer 32 "3dRenderingContext": 1,
33 (position 40.00 40.00) 33 "drawsContent": true,
34 (bounds 200.00 200.00) 34 "backgroundColor": "#FFFF00",
35 (opacity 0.70) 35 "transform": [
36 (contentsOpaque 1) 36 [0.766044443118978, -0.556670399226419, -0.32139380484327, 0 ],
37 (3dRenderingContext 1) 37 [0, 0.5, -0.866025403784439, 0],
38 (drawsContent 1) 38 [0.642787609686539, 0.663413948168938, 0.383022221559489, 0] ,
39 (backgroundColor #008000) 39 [0, 0, 0, 1]
40 (transform [0.77 0.00 0.64 0.00] [0.00 1.00 0.00 0.00] [-0 .64 0.00 0.77 0.00] [0.00 0.00 50.00 1.00]) 40 ],
41 ) 41 "children": [
42 ) 42 {
43 ) 43 "position": [40, 40],
44 ) 44 "bounds": [200, 200],
45 ) 45 "opacity": 0.699999988079071,
46 ) 46 "contentsOpaque": true,
47 ) 47 "3dRenderingContext": 1,
48 ) 48 "drawsContent": true,
49 ) 49 "backgroundColor": "#008000",
50 ) 50 "transform": [
51 ) 51 [0.766044443118978, 0, 0.642787609686539, 0],
52 [0, 1, 0, 0],
53 [-0.642787609686539, 0, 0.766044443118978, 0],
54 [0, 0, 50, 1]
55 ]
56 }
57 ]
58 }
59 ]
60 }
61 ]
62 }
63 ]
64 }
65 ]
66 }
52 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698