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

Side by Side Diff: LayoutTests/platform/linux/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-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 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [8, 8],
11 "bounds": [500, 500], 11 "bounds": [500, 500],
12 "drawsContent": true, 12 "drawsContent": true,
13 "repaintRects": [ 13 "repaintRects": [
14 [0, 20, 821, 19], 14 [0, 20, 821, 19],
15 [0, 0, 5000, 5000], 15 [0, 0, 5000, 5000],
16 [0, 0, 801, 19], 16 [0, 0, 801, 19],
17 [-2000, -1980, 821, 19], 17 [-2000, -1980, 821, 19],
18 [-2000, -2000, 5000, 5000], 18 [-2000, -2000, 5000, 5000],
19 [-2000, -2000, 801, 19] 19 [-2000, -2000, 801, 19]
20 ], 20 ],
21 "children": [ 21 "children": [
22 { 22 {
23 "bounds": [485, 485], 23 "bounds": [485, 485],
24 "children": [ 24 "children": [
25 { 25 {
26 "bounds": [5000, 5000], 26 "bounds": [5000, 5000],
27 "shouldFlattenTransform": false,
28 "drawsContent": true, 27 "drawsContent": true,
29 "repaintRects": [ 28 "repaintRects": [
30 [2000, 2020, 821, 19], 29 [2000, 2020, 821, 19],
31 [2000, 2000, 5000, 5000], 30 [2000, 2000, 5000, 5000],
32 [2000, 2000, 801, 19], 31 [2000, 2000, 801, 19],
33 [0, 20, 821, 19], 32 [0, 20, 821, 19],
34 [0, 0, 5000, 5000], 33 [0, 0, 5000, 5000],
35 [0, 0, 801, 19] 34 [0, 0, 801, 19]
36 ], 35 ],
37 "children": [ 36 "children": [
38 { 37 {
39 "shouldFlattenTransform": false 38
40 } 39 }
41 ] 40 ]
42 } 41 }
43 ] 42 ]
44 }, 43 },
45 { 44 {
46 "children": [ 45 "children": [
47 { 46 {
48 "position": [0, 485], 47 "position": [0, 485],
49 "bounds": [485, 15], 48 "bounds": [485, 15],
(...skipping 17 matching lines...) Expand all
67 } 66 }
68 ] 67 ]
69 } 68 }
70 ] 69 ]
71 } 70 }
72 ] 71 ]
73 } 72 }
74 ] 73 ]
75 } 74 }
76 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698