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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-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 "drawsContent": true, 6 "drawsContent": true,
7 "repaintRects": [ 7 "repaintRects": [
8 [0, 200, 200, 100], 8 [0, 200, 200, 100],
9 [0, 0, 200, 8] 9 [0, 0, 200, 8]
10 ], 10 ],
11 "paintInvalidationClients": [ 11 "paintInvalidationClients": [
12 "VerticalScrollbar",
12 "LayoutView #document", 13 "LayoutView #document",
13 "LayoutBlockFlow HTML" 14 "LayoutBlockFlow HTML"
14 ] 15 ]
15 } 16 }
16 ] 17 ]
17 } 18 }
18 { 19 {
19 "bounds": [300, 300], 20 "bounds": [300, 300],
20 "children": [ 21 "children": [
21 { 22 {
22 "bounds": [300, 300], 23 "bounds": [300, 300],
23 "drawsContent": true, 24 "drawsContent": true,
24 "repaintRects": [ 25 "repaintRects": [
25 [200, 0, 100, 300], 26 [200, 0, 100, 300],
26 [0, 0, 300, 300], 27 [0, 0, 300, 300],
27 [0, 0, 300, 8], 28 [0, 0, 300, 8],
28 [0, 0, 200, 8] 29 [0, 0, 200, 8]
29 ], 30 ],
30 "paintInvalidationClients": [ 31 "paintInvalidationClients": [
32 "HorizontalScrollbar",
31 "LayoutView #document", 33 "LayoutView #document",
32 "LayoutView #document", 34 "LayoutView #document",
33 "LayoutBlockFlow HTML", 35 "LayoutBlockFlow HTML",
34 "LayoutBlockFlow BODY" 36 "LayoutBlockFlow BODY"
35 ] 37 ]
36 } 38 }
37 ] 39 ]
38 } 40 }
39 { 41 {
40 "bounds": [300, 250], 42 "bounds": [300, 250],
(...skipping 27 matching lines...) Expand all
68 "paintInvalidationClients": [ 70 "paintInvalidationClients": [
69 "LayoutView #document", 71 "LayoutView #document",
70 "LayoutView #document", 72 "LayoutView #document",
71 "LayoutBlockFlow HTML", 73 "LayoutBlockFlow HTML",
72 "LayoutBlockFlow BODY" 74 "LayoutBlockFlow BODY"
73 ] 75 ]
74 } 76 }
75 ] 77 ]
76 } 78 }
77 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698