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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/destroy-composited-scrollbar-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 months 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow (positioned) DIV", 10 "name": "LayoutBlockFlow (positioned) DIV",
11 "position": [0, 100], 11 "position": [0, 100],
12 "bounds": [200, 200], 12 "bounds": [200, 200],
13 "contentsOpaque": true, 13 "contentsOpaque": true,
14 "drawsContent": true, 14 "drawsContent": true,
15 "backgroundColor": "#0000FF", 15 "backgroundColor": "#0000FF",
16 "paintInvalidations": [ 16 "paintInvalidations": [
17 { 17 {
18 "object": "LayoutBlockFlow (positioned) DIV", 18 "object": "LayoutBlockFlow (positioned) DIV",
19 "rect": [0, 0, 200, 200], 19 "rect": [0, 0, 200, 200],
20 "reason": "full" 20 "reason": "full"
21 }, 21 },
22 { 22 {
23 "object": "LayoutBlockFlow (positioned) DIV", 23 "object": "LayoutBlockFlow (positioned) DIV",
24 "rect": [0, 0, 200, 200], 24 "rect": [0, 0, 200, 200],
25 "reason": "full" 25 "reason": "full"
26 }, 26 },
27 { 27 {
28 "object": "LayoutBlockFlow (positioned) DIV", 28 "object": "LayoutBlockFlow (positioned) DIV",
29 "rect": [185, 0, 15, 200], 29 "rect": [185, 0, 15, 200],
30 "reason": "scroll" 30 "reason": "scroll control"
31 } 31 }
32 ] 32 ]
33 } 33 }
34 ], 34 ],
35 "objectPaintInvalidations": [ 35 "objectPaintInvalidations": [
36 { 36 {
37 "object": "LayoutBlockFlow (positioned) DIV", 37 "object": "LayoutBlockFlow (positioned) DIV",
38 "reason": "scroll" 38 "reason": "geometry"
39 } 39 }
40 ] 40 ]
41 } 41 }
42 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698