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

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

Powered by Google App Engine
This is Rietveld 408576698