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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/nested-embedded-svg-size-changes-no-layout-triggers-2-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": [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 BODY", 10 "object": "LayoutBlockFlow BODY",
11 "rect": [0, 0, 800, 600], 11 "rect": [0, 0, 800, 600],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutEmbeddedObject OBJECT",
16 "rect": [0, 0, 402, 202],
17 "reason": "style change"
18 },
19 {
20 "object": "LayoutBlockFlow BODY", 15 "object": "LayoutBlockFlow BODY",
21 "rect": [1, 1, 400, 200], 16 "rect": [1, 1, 400, 200],
22 "reason": "forced by layout" 17 "reason": "forced by layout"
23 }, 18 },
24 { 19 {
25 "object": "LayoutEmbeddedObject OBJECT",
26 "rect": [1, 1, 400, 200],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutBlockFlow BODY", 20 "object": "LayoutBlockFlow BODY",
31 "rect": [0, 0, 285, 135], 21 "rect": [0, 0, 285, 135],
32 "reason": "forced by layout" 22 "reason": "forced by layout"
33 }, 23 },
34 { 24 {
35 "object": "LayoutEmbeddedObject OBJECT",
36 "rect": [0, 0, 285, 135],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutView #document", 25 "object": "LayoutView #document",
41 "rect": [0, 135, 285, 15], 26 "rect": [0, 135, 285, 15],
42 "reason": "scroll" 27 "reason": "scroll"
43 }, 28 },
44 { 29 {
45 "object": "LayoutSVGRect rect", 30 "object": "LayoutSVGRect rect",
46 "rect": [211, 11, 180, 180], 31 "rect": [211, 11, 180, 180],
47 "reason": "bounds change" 32 "reason": "bounds change"
48 }, 33 },
49 { 34 {
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "object": "LayoutSVGRect rect", 120 "object": "LayoutSVGRect rect",
136 "reason": "bounds change" 121 "reason": "bounds change"
137 }, 122 },
138 { 123 {
139 "object": "LayoutSVGRect rect", 124 "object": "LayoutSVGRect rect",
140 "reason": "bounds change" 125 "reason": "bounds change"
141 } 126 }
142 ] 127 ]
143 } 128 }
144 129
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698