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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-inner-svg-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, 10 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, 50, 402, 402], 11 "rect": [8, 50, 402, 402],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGPath path", 15 "object": "LayoutSVGPath path",
16 "rect": [27, 67, 364, 364], 16 "rect": [27, 67, 364, 364],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGRoot svg",
21 "rect": [27, 67, 364, 364],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutSVGViewportContainer svg",
26 "rect": [27, 67, 364, 364],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutSVGPath path", 20 "object": "LayoutSVGPath path",
31 "rect": [13, 205, 92, 91], 21 "rect": [13, 205, 92, 91],
32 "reason": "bounds change" 22 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutSVGRoot svg",
36 "rect": [13, 205, 92, 91],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutSVGViewportContainer svg",
41 "rect": [13, 205, 92, 91],
42 "reason": "bounds change"
43 } 23 }
44 ] 24 ]
45 } 25 }
46 ], 26 ],
47 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
48 { 28 {
49 "object": "LayoutBlockFlow div id='contentBox'", 29 "object": "LayoutBlockFlow div id='contentBox'",
50 "reason": "forced by layout" 30 "reason": "forced by layout"
51 }, 31 },
52 { 32 {
53 "object": "RootInlineBox", 33 "object": "RootInlineBox",
54 "reason": "forced by layout" 34 "reason": "forced by layout"
55 }, 35 },
56 { 36 {
57 "object": "LayoutSVGRoot svg", 37 "object": "LayoutSVGRoot svg",
58 "reason": "forced by layout" 38 "reason": "forced by layout"
59 }, 39 },
60 { 40 {
61 "object": "LayoutSVGViewportContainer svg", 41 "object": "LayoutSVGViewportContainer svg",
62 "reason": "bounds change" 42 "reason": "bounds change"
63 }, 43 },
64 { 44 {
65 "object": "LayoutSVGPath path", 45 "object": "LayoutSVGPath path",
66 "reason": "bounds change" 46 "reason": "bounds change"
67 } 47 }
68 ] 48 ]
69 } 49 }
70 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698