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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt

Issue 1406133005: Calculate paint invalidation rect for scrollbars (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
OLDNEW
1 { 1 {
2 "bounds": [200, 300], 2 "bounds": [200, 300],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [200, 300], 5 "bounds": [200, 300],
6 "drawsContent": true, 6 "drawsContent": true,
7 "repaintRects": [ 7 "repaintRects": [
8 [0, 200, 200, 100], 8 [0, 200, 200, 100],
9 [0, 0, 200, 8] 9 [0, 0, 200, 8]
10 ], 10 ],
11 "paintInvalidationClients": [ 11 "paintInvalidationClients": [
12 "VerticalScrollbar",
13 "LayoutView #document", 12 "LayoutView #document",
14 "LayoutBlockFlow HTML" 13 "LayoutBlockFlow HTML"
15 ] 14 ]
16 } 15 }
17 ] 16 ]
18 } 17 }
19 { 18 {
20 "bounds": [300, 300], 19 "bounds": [300, 300],
21 "children": [ 20 "children": [
22 { 21 {
23 "bounds": [300, 300], 22 "bounds": [300, 300],
24 "drawsContent": true, 23 "drawsContent": true,
25 "repaintRects": [ 24 "repaintRects": [
26 [200, 0, 100, 300], 25 [200, 0, 100, 300],
27 [0, 0, 300, 300], 26 [0, 0, 300, 300],
28 [0, 0, 300, 8], 27 [0, 0, 300, 8],
29 [0, 0, 200, 8] 28 [0, 0, 200, 8]
30 ], 29 ],
31 "paintInvalidationClients": [ 30 "paintInvalidationClients": [
32 "HorizontalScrollbar",
33 "LayoutView #document", 31 "LayoutView #document",
34 "LayoutView #document", 32 "LayoutView #document",
35 "LayoutBlockFlow HTML", 33 "LayoutBlockFlow HTML",
36 "LayoutBlockFlow BODY" 34 "LayoutBlockFlow BODY"
37 ] 35 ]
38 } 36 }
39 ] 37 ]
40 } 38 }
41 { 39 {
42 "bounds": [300, 250], 40 "bounds": [300, 250],
(...skipping 27 matching lines...) Expand all
70 "paintInvalidationClients": [ 68 "paintInvalidationClients": [
71 "LayoutView #document", 69 "LayoutView #document",
72 "LayoutView #document", 70 "LayoutView #document",
73 "LayoutBlockFlow HTML", 71 "LayoutBlockFlow HTML",
74 "LayoutBlockFlow BODY" 72 "LayoutBlockFlow BODY"
75 ] 73 ]
76 } 74 }
77 ] 75 ]
78 } 76 }
79 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698