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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-composited-non-stacking-child-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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow DIV class='scroller'", 10 "object": "LayoutBlockFlow DIV class='scroller'",
11 "rect": [18, 60, 310, 200], 11 "rect": [18, 60, 310, 200],
12 "reason": "subtree" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (positioned) DIV class='back'", 15 "object": "LayoutBlockFlow (positioned) DIV class='back'",
16 "rect": [93, 125, 180, 100], 16 "rect": [93, 125, 180, 100],
17 "reason": "subtree" 17 "reason": "subtree"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (positioned) DIV class='back'", 20 "object": "LayoutBlockFlow (positioned) DIV class='back'",
21 "rect": [93, 75, 180, 100], 21 "rect": [93, 75, 180, 100],
22 "reason": "subtree" 22 "reason": "subtree"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow DIV class='scroller'", 25 "object": "LayoutBlockFlow DIV class='scroller'",
26 "rect": [308, 65, 15, 175], 26 "rect": [308, 65, 15, 175],
27 "reason": "scroll" 27 "reason": "scroll control"
28 } 28 }
29 ] 29 ]
30 }, 30 },
31 { 31 {
32 "name": "LayoutBlockFlow (positioned) DIV class='icon'", 32 "name": "LayoutBlockFlow (positioned) DIV class='icon'",
33 "position": [200, 10], 33 "position": [200, 10],
34 "bounds": [40, 40], 34 "bounds": [40, 40],
35 "contentsOpaque": true, 35 "contentsOpaque": true,
36 "drawsContent": true, 36 "drawsContent": true,
37 "backgroundColor": "#FFDDBB" 37 "backgroundColor": "#FFDDBB"
(...skipping 16 matching lines...) Expand all
54 "drawsContent": true 54 "drawsContent": true
55 } 55 }
56 ], 56 ],
57 "objectPaintInvalidations": [ 57 "objectPaintInvalidations": [
58 { 58 {
59 "object": "LayoutBlockFlow DIV class='scroller'", 59 "object": "LayoutBlockFlow DIV class='scroller'",
60 "reason": "subtree" 60 "reason": "subtree"
61 }, 61 },
62 { 62 {
63 "object": "VerticalScrollbar", 63 "object": "VerticalScrollbar",
64 "reason": "scroll" 64 "reason": "scroll control"
65 }, 65 },
66 { 66 {
67 "object": "LayoutBlockFlow (positioned) DIV class='back'", 67 "object": "LayoutBlockFlow (positioned) DIV class='back'",
68 "reason": "subtree" 68 "reason": "subtree"
69 } 69 }
70 ] 70 ]
71 } 71 }
72 72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698