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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/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 class='container' ", 15 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ",
16 "rect": [677, 252, 100, 100], 16 "rect": [677, 252, 100, 100],
17 "reason": "subtree" 17 "reason": "subtree"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'", 20 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
21 "rect": [677, 252, 100, 100], 21 "rect": [677, 252, 100, 100],
22 "reason": "subtree" 22 "reason": "subtree"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow DIV", 25 "object": "LayoutBlockFlow DIV",
26 "rect": [677, 252, 100, 100], 26 "rect": [677, 252, 100, 100],
27 "reason": "subtree" 27 "reason": "subtree"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
31 "rect": [677, 52, 100, 100],
32 "reason": "subtree"
33 },
34 {
35 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ", 30 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ",
36 "rect": [677, 52, 100, 100], 31 "rect": [677, 52, 100, 100],
37 "reason": "subtree" 32 "reason": "subtree"
38 }, 33 },
39 { 34 {
40 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'", 35 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
41 "rect": [677, 52, 100, 100], 36 "rect": [677, 52, 100, 100],
42 "reason": "subtree" 37 "reason": "subtree"
43 }, 38 },
44 { 39 {
45 "object": "LayoutBlockFlow DIV", 40 "object": "LayoutBlockFlow DIV",
46 "rect": [677, 52, 100, 100], 41 "rect": [677, 52, 100, 100],
47 "reason": "subtree" 42 "reason": "subtree"
43 },
44 {
45 "object": "LayoutBlockFlow DIV id='scrollpanel'",
46 "rect": [677, 52, 100, 100],
47 "reason": "subtree"
48 } 48 }
49 ] 49 ]
50 } 50 }
51 ], 51 ],
52 "objectPaintInvalidations": [ 52 "objectPaintInvalidations": [
53 { 53 {
54 "object": "LayoutBlockFlow DIV id='scrollpanel'",
55 "reason": "subtree"
56 },
57 {
58 "object": "LayoutBlockFlow (relative positioned) DIV class='container'",
59 "reason": "subtree"
60 },
61 {
62 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
63 "reason": "subtree"
64 },
65 {
66 "object": "LayoutBlockFlow DIV",
67 "reason": "subtree"
68 },
69 {
54 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'", 70 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
55 "reason": "style change" 71 "reason": "style change"
56 }, 72 },
57 { 73 {
58 "object": "LayoutBlockFlow (relative positioned) DIV class='container'", 74 "object": "LayoutBlockFlow (relative positioned) DIV class='container'",
59 "reason": "style change" 75 "reason": "style change"
60 }, 76 },
61 { 77 {
62 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'", 78 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
63 "reason": "style change" 79 "reason": "style change"
(...skipping 14 matching lines...) Expand all
78 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'", 94 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
79 "reason": "subtree" 95 "reason": "subtree"
80 }, 96 },
81 { 97 {
82 "object": "LayoutBlockFlow DIV", 98 "object": "LayoutBlockFlow DIV",
83 "reason": "subtree" 99 "reason": "subtree"
84 } 100 }
85 ] 101 ]
86 } 102 }
87 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698