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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/invalidation-after-opacity-change-subtree-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (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, 2350], 5 "bounds": [785, 2350],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) DIV id='absolute'", 10 "object": "LayoutBlockFlow (positioned) DIV id='absolute'",
11 "rect": [8, 2000, 777, 350], 11 "rect": [8, 2000, 777, 350],
12 "reason": "subtree" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (positioned) DIV id='absolute'", 15 "object": "LayoutBlockFlow (positioned) DIV id='absolute'",
16 "rect": [8, 2000, 777, 350], 16 "rect": [8, 2000, 777, 350],
17 "reason": "subtree" 17 "reason": "subtree"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow P", 20 "object": "LayoutBlockFlow P",
21 "rect": [8, 2200, 777, 100], 21 "rect": [8, 2200, 777, 100],
22 "reason": "subtree" 22 "reason": "subtree"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow P", 25 "object": "LayoutBlockFlow P",
26 "rect": [8, 2200, 777, 100],
27 "reason": "subtree"
28 },
29 {
30 "object": "LayoutBlockFlow P",
31 "rect": [8, 2050, 777, 100], 26 "rect": [8, 2050, 777, 100],
32 "reason": "subtree" 27 "reason": "subtree"
33 }, 28 },
34 {
35 "object": "LayoutBlockFlow P",
36 "rect": [8, 2050, 777, 100],
37 "reason": "subtree"
38 },
39 { 29 {
40 "object": "LayoutText #text", 30 "object": "LayoutText #text",
41 "rect": [8, 2046, 767, 107], 31 "rect": [8, 2046, 767, 107],
42 "reason": "subtree" 32 "reason": "subtree"
43 }, 33 },
44 { 34 {
45 "object": "LayoutText #text", 35 "object": "LayoutText #text",
46 "rect": [8, 2046, 767, 107], 36 "rect": [8, 2046, 767, 107],
47 "reason": "subtree" 37 "reason": "subtree"
48 }, 38 },
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "object": "InlineTextBox 'This text should be visible in the'", 142 "object": "InlineTextBox 'This text should be visible in the'",
153 "reason": "subtree" 143 "reason": "subtree"
154 }, 144 },
155 { 145 {
156 "object": "InlineTextBox 'output.'", 146 "object": "InlineTextBox 'output.'",
157 "reason": "subtree" 147 "reason": "subtree"
158 } 148 }
159 ] 149 ]
160 } 150 }
161 151
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698