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

Side by Side Diff: LayoutTests/platform/win/compositing/squashing/composited-bounds-for-negative-z-expected.txt

Issue 1030323005: Simplify application of perspective origin. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add three more test expectation changes (added since earlier) Created 5 years, 8 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 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "children": [ 7 "children": [
8 { 8 {
9 "bounds": [800, 408], 9 "bounds": [800, 408],
10 "drawsContent": true, 10 "drawsContent": true,
(...skipping 12 matching lines...) Expand all
23 { 23 {
24 "position": [108, 100], 24 "position": [108, 100],
25 "bounds": [300, 300], 25 "bounds": [300, 300],
26 "drawsContent": true, 26 "drawsContent": true,
27 "children": [ 27 "children": [
28 { 28 {
29 "bounds": [285, 300], 29 "bounds": [285, 300],
30 "children": [ 30 "children": [
31 { 31 {
32 "bounds": [285, 1000], 32 "bounds": [285, 1000],
33 "shouldFlattenTransform": false,
34 "children": [ 33 "children": [
35 { 34 {
36 "shouldFlattenTransform": false 35
37 } 36 }
38 ] 37 ]
39 } 38 }
40 ] 39 ]
41 }, 40 },
42 { 41 {
43 "children": [ 42 "children": [
44 { 43 {
45 "position": [285, 0], 44 "position": [285, 0],
46 "bounds": [15, 300], 45 "bounds": [15, 300],
(...skipping 17 matching lines...) Expand all
64 } 63 }
65 ] 64 ]
66 } 65 }
67 ] 66 ]
68 } 67 }
69 ] 68 ]
70 } 69 }
71 ] 70 ]
72 } 71 }
73 72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698