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

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

Powered by Google App Engine
This is Rietveld 408576698