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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-generated-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 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [0, 200, 200, 100], 9 [0, 200, 200, 100],
10 [0, 0, 200, 300], 10 [0, 0, 200, 300],
11 [0, 0, 200, 8] 11 [0, 0, 200, 8]
12 ], 12 ],
13 "paintInvalidationClients": [ 13 "paintInvalidationClients": [
14 "VerticalScrollbar",
15 "LayoutView #document", 14 "LayoutView #document",
16 "LayoutView #document", 15 "LayoutView #document",
17 "LayoutBlockFlow HTML" 16 "LayoutBlockFlow HTML"
18 ] 17 ]
19 } 18 }
20 ] 19 ]
21 } 20 }
22 { 21 {
23 "bounds": [300, 300], 22 "bounds": [300, 300],
24 "children": [ 23 "children": [
25 { 24 {
26 "bounds": [300, 300], 25 "bounds": [300, 300],
27 "contentsOpaque": true, 26 "contentsOpaque": true,
28 "drawsContent": true, 27 "drawsContent": true,
29 "repaintRects": [ 28 "repaintRects": [
30 [200, 0, 100, 300], 29 [200, 0, 100, 300],
31 [0, 0, 300, 300], 30 [0, 0, 300, 300],
32 [0, 0, 300, 8], 31 [0, 0, 300, 8],
33 [0, 0, 200, 8] 32 [0, 0, 200, 8]
34 ], 33 ],
35 "paintInvalidationClients": [ 34 "paintInvalidationClients": [
36 "HorizontalScrollbar",
37 "LayoutView #document", 35 "LayoutView #document",
38 "LayoutView #document", 36 "LayoutView #document",
39 "LayoutBlockFlow HTML", 37 "LayoutBlockFlow HTML",
40 "LayoutBlockFlow BODY" 38 "LayoutBlockFlow BODY"
41 ] 39 ]
42 } 40 }
43 ] 41 ]
44 } 42 }
45 { 43 {
46 "bounds": [300, 250], 44 "bounds": [300, 250],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "paintInvalidationClients": [ 76 "paintInvalidationClients": [
79 "LayoutView #document", 77 "LayoutView #document",
80 "LayoutView #document", 78 "LayoutView #document",
81 "LayoutBlockFlow HTML", 79 "LayoutBlockFlow HTML",
82 "LayoutBlockFlow BODY" 80 "LayoutBlockFlow BODY"
83 ] 81 ]
84 } 82 }
85 ] 83 ]
86 } 84 }
87 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698