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

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

Issue 708213002: Remove the HasOwnBackingButPaintsIntoAncestor compositing state. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed more tests. Created 6 years, 1 month 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 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 "children": [ 16 "children": [
16 { 17 {
17 "bounds": [304, 304], 18 "bounds": [304, 304],
18 "shouldFlattenTransform": false, 19 "shouldFlattenTransform": false,
19 "transform": [ 20 "transform": [
20 [1, 0, 0, 0], 21 [1, 0, 0, 0],
21 [0, 1, 0, 0], 22 [0, 1, 0, 0],
22 [0, 0, 1, -0.002], 23 [0, 0, 1, -0.002],
23 [0, 0, 0, 1] 24 [0, 0, 0, 1]
24 ], 25 ],
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 } 59 }
59 ] 60 ]
60 } 61 }
61 ] 62 ]
62 } 63 }
63 ] 64 ]
64 } 65 }
65 ] 66 ]
66 } 67 }
67 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698