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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/scroll-descendant-with-cached-cliprects-expected.txt

Issue 2747143004: Eagerly invalidate when a layer becomes stacking context (Closed)
Patch Set: Created 3 years, 9 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": [785, 1895], 5 "bounds": [785, 1895],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'", 10 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
11 "rect": [677, 252, 100, 100], 11 "rect": [677, 252, 100, 100],
12 "reason": "subtree" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'", 15 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ",
16 "rect": [677, 252, 100, 100],
17 "reason": "subtree"
18 },
19 {
20 "object": "LayoutBlockFlow DIV",
21 "rect": [677, 252, 100, 100],
22 "reason": "subtree"
23 },
24 {
25 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
26 "rect": [677, 52, 100, 100], 16 "rect": [677, 52, 100, 100],
27 "reason": "subtree" 17 "reason": "subtree"
28 }, 18 },
29 { 19 {
30 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'", 20 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
31 "rect": [677, 52, 100, 100], 21 "rect": [677, 52, 100, 100],
32 "reason": "subtree" 22 "reason": "subtree"
33 }, 23 },
34 { 24 {
35 "object": "LayoutBlockFlow DIV", 25 "object": "LayoutBlockFlow DIV",
36 "rect": [677, 52, 100, 100], 26 "rect": [677, 52, 100, 100],
37 "reason": "subtree" 27 "reason": "subtree"
28 },
29 {
30 "object": "LayoutBlockFlow DIV id='scrollpanel'",
31 "rect": [677, 52, 100, 100],
32 "reason": "subtree"
38 } 33 }
39 ] 34 ]
40 } 35 }
41 ], 36 ],
42 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
43 { 38 {
39 "object": "LayoutBlockFlow DIV id='scrollpanel'",
40 "reason": "subtree"
41 },
42 {
43 "object": "LayoutBlockFlow (relative positioned) DIV class='container'",
44 "reason": "subtree"
45 },
46 {
47 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
48 "reason": "subtree"
49 },
50 {
51 "object": "LayoutBlockFlow DIV",
52 "reason": "subtree"
53 },
54 {
44 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'", 55 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
45 "reason": "style change" 56 "reason": "style change"
46 }, 57 },
47 { 58 {
48 "object": "LayoutBlockFlow (relative positioned) DIV class='container'", 59 "object": "LayoutBlockFlow (relative positioned) DIV class='container'",
49 "reason": "style change" 60 "reason": "style change"
50 }, 61 },
51 { 62 {
52 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'", 63 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
53 "reason": "style change" 64 "reason": "style change"
(...skipping 14 matching lines...) Expand all
68 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'", 79 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
69 "reason": "subtree" 80 "reason": "subtree"
70 }, 81 },
71 { 82 {
72 "object": "LayoutBlockFlow DIV", 83 "object": "LayoutBlockFlow DIV",
73 "reason": "subtree" 84 "reason": "subtree"
74 } 85 }
75 ] 86 ]
76 } 87 }
77 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698