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

Side by Side Diff: LayoutTests/platform/win/compositing/overflow/updating-scrolling-content-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": [200, 200], 11 "bounds": [200, 200],
12 "drawsContent": true, 12 "drawsContent": true,
13 "repaintRects": [ 13 "repaintRects": [
14 [0, 0, 185, 200], 14 [0, 0, 185, 200],
15 [0, -1000, 185, 200] 15 [0, -1000, 185, 200]
16 ], 16 ],
17 "children": [ 17 "children": [
18 { 18 {
19 "bounds": [185, 185], 19 "bounds": [185, 185],
20 "children": [ 20 "children": [
21 { 21 {
22 "bounds": [185, 1200], 22 "bounds": [185, 1200],
23 "shouldFlattenTransform": false,
24 "drawsContent": true, 23 "drawsContent": true,
25 "repaintRects": [ 24 "repaintRects": [
26 [0, 0, 185, 200], 25 [0, 0, 185, 200],
27 [0, -1000, 185, 200] 26 [0, -1000, 185, 200]
28 ], 27 ],
29 "children": [ 28 "children": [
30 { 29 {
31 "shouldFlattenTransform": false 30
32 } 31 }
33 ] 32 ]
34 } 33 }
35 ] 34 ]
36 }, 35 },
37 { 36 {
38 "children": [ 37 "children": [
39 { 38 {
40 "position": [0, 185], 39 "position": [0, 185],
41 "bounds": [185, 15], 40 "bounds": [185, 15],
(...skipping 14 matching lines...) Expand all
56 } 55 }
57 ] 56 ]
58 } 57 }
59 ] 58 ]
60 } 59 }
61 ] 60 ]
62 } 61 }
63 ] 62 ]
64 } 63 }
65 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698