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

Side by Side Diff: LayoutTests/platform/win/paint/invalidation/invalidate-after-composited-scroll-expected.txt

Issue 1316723004: Auto-rebaseline for r201138 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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": [300, 300], 10 "position": [300, 300],
11 "bounds": [200, 200], 11 "bounds": [200, 200],
12 "drawsContent": true, 12 "drawsContent": true,
13 "repaintRects": [ 13 "repaintRects": [
14 [0, 50, 100, 100] 14 [0, 50, 100, 100]
15 ], 15 ],
16 "paintInvalidationClients": [ 16 "paintInvalidationClients": [
17 "LayoutBlockFlow DIV id='target'" 17 "LayoutBlockFlow DIV id='target'"
18 ], 18 ],
19 "children": [ 19 "children": [
20 { 20 {
21 "bounds": [185, 200], 21 "bounds": [185, 200],
22 "children": [ 22 "children": [
23 { 23 {
24 "bounds": [185, 4900], 24 "bounds": [185, 4900],
25 "shouldFlattenTransform": false,
25 "drawsContent": true, 26 "drawsContent": true,
26 "repaintRects": [ 27 "repaintRects": [
27 [0, 2400, 100, 100] 28 [0, 2400, 100, 100]
28 ], 29 ],
29 "paintInvalidationClients": [ 30 "paintInvalidationClients": [
30 "LayoutBlockFlow DIV id='target'" 31 "LayoutBlockFlow DIV id='target'"
31 ], 32 ],
32 "children": [ 33 "children": [
33 { 34 {
34 35 "shouldFlattenTransform": false
35 } 36 }
36 ] 37 ]
37 } 38 }
38 ] 39 ]
39 }, 40 },
40 { 41 {
41 "children": [ 42 "children": [
42 { 43 {
43 "position": [185, 0], 44 "position": [185, 0],
44 "bounds": [15, 200], 45 "bounds": [15, 200],
45 "drawsContent": true, 46 "drawsContent": true,
46 "repaintRects": [ 47 "repaintRects": [
47 [0, 0, 15, 200] 48 [0, 0, 15, 200]
48 ], 49 ],
49 "paintInvalidationClients": [ 50 "paintInvalidationClients": [
50 "##ALL##" 51 "##ALL##"
51 ] 52 ]
52 } 53 }
53 ] 54 ]
54 } 55 }
55 ] 56 ]
56 } 57 }
57 ] 58 ]
58 } 59 }
59 ] 60 ]
60 } 61 }
61 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698