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

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: Rebaseline on Linux 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", 25 "object": "LayoutEmbeddedObject OBJECT",
36 "rect": [0, 0, 285, 135], 26 "rect": [0, 0, 285, 135],
37 "reason": "forced by layout" 27 "reason": "forced by layout"
38 }, 28 },
39 { 29 {
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "object": "LayoutSVGRect rect", 125 "object": "LayoutSVGRect rect",
136 "reason": "bounds change" 126 "reason": "bounds change"
137 }, 127 },
138 { 128 {
139 "object": "LayoutSVGRect rect", 129 "object": "LayoutSVGRect rect",
140 "reason": "bounds change" 130 "reason": "bounds change"
141 } 131 }
142 ] 132 ]
143 } 133 }
144 134
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698