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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt

Issue 1456953003: Revert of 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 [20, 0, 10, 30], 9 [20, 0, 10, 30],
10 [0, 200, 200, 100], 10 [0, 200, 200, 100],
11 [0, 20, 30, 10] 11 [0, 20, 30, 10]
12 ], 12 ],
13 "paintInvalidationClients": [ 13 "paintInvalidationClients": [
14 "VerticalScrollbar",
14 "LayoutView #document", 15 "LayoutView #document",
15 "LayoutBlockFlow HTML", 16 "LayoutBlockFlow HTML",
16 "LayoutBlockFlow DIV" 17 "LayoutBlockFlow DIV"
17 ] 18 ]
18 } 19 }
19 ] 20 ]
20 } 21 }
21 { 22 {
22 "bounds": [300, 300], 23 "bounds": [300, 300],
23 "children": [ 24 "children": [
24 { 25 {
25 "bounds": [300, 300], 26 "bounds": [300, 300],
26 "contentsOpaque": true, 27 "contentsOpaque": true,
27 "drawsContent": true, 28 "drawsContent": true,
28 "repaintRects": [ 29 "repaintRects": [
29 [200, 0, 100, 300], 30 [200, 0, 100, 300],
30 [0, 0, 300, 300] 31 [0, 0, 300, 300]
31 ], 32 ],
32 "paintInvalidationClients": [ 33 "paintInvalidationClients": [
34 "HorizontalScrollbar",
33 "LayoutView #document", 35 "LayoutView #document",
34 "LayoutView #document", 36 "LayoutView #document",
35 "LayoutBlockFlow HTML" 37 "LayoutBlockFlow HTML"
36 ] 38 ]
37 } 39 }
38 ] 40 ]
39 } 41 }
40 { 42 {
41 "bounds": [300, 250], 43 "bounds": [300, 250],
42 "children": [ 44 "children": [
(...skipping 27 matching lines...) Expand all
70 ], 72 ],
71 "paintInvalidationClients": [ 73 "paintInvalidationClients": [
72 "LayoutView #document", 74 "LayoutView #document",
73 "LayoutView #document", 75 "LayoutView #document",
74 "LayoutBlockFlow HTML" 76 "LayoutBlockFlow HTML"
75 ] 77 ]
76 } 78 }
77 ] 79 ]
78 } 80 }
79 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698