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

Side by Side Diff: LayoutTests/platform/win/virtual/slimmingpaint/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 "paintInvalidationClients": [ 17 "paintInvalidationClients": [
18 "LayoutBlockFlow DIV id='indicator'" 18 "LayoutBlockFlow DIV id='indicator'"
19 ], 19 ],
20 "children": [ 20 "children": [
21 { 21 {
22 "bounds": [185, 185], 22 "bounds": [185, 185],
23 "children": [ 23 "children": [
24 { 24 {
25 "bounds": [185, 1200], 25 "bounds": [185, 1200],
26 "shouldFlattenTransform": false,
27 "drawsContent": true, 26 "drawsContent": true,
28 "repaintRects": [ 27 "repaintRects": [
29 [0, 0, 185, 200], 28 [0, 0, 185, 200],
30 [0, -1000, 185, 200] 29 [0, -1000, 185, 200]
31 ], 30 ],
32 "paintInvalidationClients": [ 31 "paintInvalidationClients": [
33 "LayoutBlockFlow DIV id='indicator'" 32 "LayoutBlockFlow DIV id='indicator'"
34 ], 33 ],
35 "children": [ 34 "children": [
36 { 35 {
37 "shouldFlattenTransform": false 36
38 } 37 }
39 ] 38 ]
40 } 39 }
41 ] 40 ]
42 }, 41 },
43 { 42 {
44 "children": [ 43 "children": [
45 { 44 {
46 "position": [0, 185], 45 "position": [0, 185],
47 "bounds": [185, 15], 46 "bounds": [185, 15],
(...skipping 17 matching lines...) Expand all
65 } 64 }
66 ] 65 ]
67 } 66 }
68 ] 67 ]
69 } 68 }
70 ] 69 ]
71 } 70 }
72 ] 71 ]
73 } 72 }
74 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698