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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-positioned-bottom-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, 260, 20, 20], 9 [0, 260, 20, 20],
10 [0, 200, 200, 100], 10 [0, 200, 200, 100],
11 [0, 160, 20, 20] 11 [0, 160, 20, 20]
12 ], 12 ],
13 "paintInvalidationClients": [ 13 "paintInvalidationClients": [
14 "VerticalScrollbar",
15 "LayoutView #document", 14 "LayoutView #document",
16 "LayoutBlockFlow HTML", 15 "LayoutBlockFlow HTML",
17 "LayoutBlockFlow (positioned) DIV" 16 "LayoutBlockFlow (positioned) DIV"
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 ], 31 ],
33 "paintInvalidationClients": [ 32 "paintInvalidationClients": [
34 "HorizontalScrollbar",
35 "LayoutView #document", 33 "LayoutView #document",
36 "LayoutView #document", 34 "LayoutView #document",
37 "LayoutBlockFlow HTML" 35 "LayoutBlockFlow HTML"
38 ] 36 ]
39 } 37 }
40 ] 38 ]
41 } 39 }
42 { 40 {
43 "bounds": [300, 250], 41 "bounds": [300, 250],
44 "children": [ 42 "children": [
(...skipping 27 matching lines...) Expand all
72 ], 70 ],
73 "paintInvalidationClients": [ 71 "paintInvalidationClients": [
74 "LayoutView #document", 72 "LayoutView #document",
75 "LayoutView #document", 73 "LayoutView #document",
76 "LayoutBlockFlow HTML" 74 "LayoutBlockFlow HTML"
77 ] 75 ]
78 } 76 }
79 ] 77 ]
80 } 78 }
81 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698