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

Side by Side Diff: LayoutTests/platform/win/fast/repaint/overflow-move-after-scroll-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": [10, 60], 10 "position": [10, 60],
11 "bounds": [700, 400], 11 "bounds": [700, 400],
12 "drawsContent": true, 12 "drawsContent": true,
13 "repaintRects": [ 13 "repaintRects": [
14 [300, 100, 120, 50], 14 [300, 100, 120, 50],
15 [50, 100, 120, 50] 15 [50, 100, 120, 50]
16 ], 16 ],
17 "children": [ 17 "children": [
18 { 18 {
19 "bounds": [685, 385], 19 "bounds": [685, 385],
20 "children": [ 20 "children": [
21 { 21 {
22 "bounds": [685, 600], 22 "bounds": [685, 600],
23 "shouldFlattenTransform": false,
24 "drawsContent": true, 23 "drawsContent": true,
25 "repaintRects": [ 24 "repaintRects": [
26 [300, 200, 120, 50], 25 [300, 200, 120, 50],
27 [50, 200, 120, 50] 26 [50, 200, 120, 50]
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, 385], 39 "position": [0, 385],
41 "bounds": [685, 15], 40 "bounds": [685, 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