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

Side by Side Diff: LayoutTests/platform/linux/compositing/backing/no-backing-for-perspective-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 This layer should not have backing store. 1 This layer should not have backing store.
2 This layer should not have backing store. 2 This layer should not have backing store.
3 { 3 {
4 "bounds": [800, 600], 4 "bounds": [800, 600],
5 "children": [ 5 "children": [
6 { 6 {
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
11 { 11 {
12 "position": [8, 8], 12 "position": [8, 8],
13 "bounds": [342, 244], 13 "bounds": [342, 244],
14 "drawsContent": true,
14 "children": [ 15 "children": [
15 { 16 {
16 "bounds": [342, 244], 17 "bounds": [342, 244],
17 "shouldFlattenTransform": false, 18 "shouldFlattenTransform": false,
18 "transform": [ 19 "transform": [
19 [1, 0, 0, 0], 20 [1, 0, 0, 0],
20 [0, 1, 0, 0], 21 [0, 1, 0, 0],
21 [0, 0, 1, -0.002], 22 [0, 0, 1, -0.002],
22 [0, 0, 0, 1] 23 [0, 0, 0, 1]
23 ], 24 ],
24 "children": [ 25 "children": [
25 { 26 {
26 "position": [21, 41], 27 "position": [21, 41],
27 "bounds": [342, 182], 28 "bounds": [342, 182],
29 "drawsContent": true,
28 "children": [ 30 "children": [
29 { 31 {
30 "bounds": [342, 182], 32 "bounds": [342, 182],
31 "shouldFlattenTransform": false, 33 "shouldFlattenTransform": false,
32 "transform": [ 34 "transform": [
33 [1, 0, 0, 0], 35 [1, 0, 0, 0],
34 [0, 1, 0, 0], 36 [0, 1, 0, 0],
35 [0, 0, 1, -0.002], 37 [0, 0, 1, -0.002],
36 [0, 0, 0, 1] 38 [0, 0, 0, 1]
37 ], 39 ],
(...skipping 17 matching lines...) Expand all
55 } 57 }
56 ] 58 ]
57 } 59 }
58 ] 60 ]
59 } 61 }
60 ] 62 ]
61 } 63 }
62 ] 64 ]
63 } 65 }
64 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698