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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/object-sizing-no-width-height-change-content-box-size-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 div id='contentBox'", 10 "object": "LayoutBlockFlow div id='contentBox'",
11 "rect": [8, 8, 402, 402], 11 "rect": [8, 8, 402, 402],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutEmbeddedObject object",
16 "rect": [9, 9, 400, 400],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutSVGRect rect",
21 "rect": [9, 9, 400, 400],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutSVGRoot svg", 15 "object": "LayoutSVGRoot svg",
26 "rect": [9, 9, 400, 400], 16 "rect": [9, 9, 400, 400],
27 "reason": "forced by layout" 17 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutSVGEllipse circle",
31 "rect": [169, 169, 80, 80],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutSVGEllipse circle",
36 "rect": [89, 189, 40, 40],
37 "reason": "forced by layout"
38 } 18 }
39 ] 19 ]
40 } 20 }
41 ], 21 ],
42 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
43 { 23 {
44 "object": "LayoutBlockFlow div id='contentBox'", 24 "object": "LayoutBlockFlow div id='contentBox'",
45 "reason": "forced by layout" 25 "reason": "forced by layout"
46 }, 26 },
47 { 27 {
(...skipping 12 matching lines...) Expand all
60 "object": "LayoutSVGRect rect", 40 "object": "LayoutSVGRect rect",
61 "reason": "forced by layout" 41 "reason": "forced by layout"
62 }, 42 },
63 { 43 {
64 "object": "LayoutSVGEllipse circle", 44 "object": "LayoutSVGEllipse circle",
65 "reason": "forced by layout" 45 "reason": "forced by layout"
66 } 46 }
67 ] 47 ]
68 } 48 }
69 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698