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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/invalidate-on-child-layout-expected.txt

Issue 2460983002: Use LayoutBox::paintedOutputOfObjectHasNoEffectregardlessOfSize() for SVGRoot (Closed)
Patch Set: Rebase Created 4 years, 1 month 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": "LayoutSVGContainer g", 10 "object": "LayoutSVGContainer g",
11 "rect": [40, 40, 120, 120], 11 "rect": [40, 40, 120, 120],
12 "reason": "SVG resource change" 12 "reason": "SVG resource change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGRoot svg",
16 "rect": [40, 40, 120, 120],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutSVGContainer g", 15 "object": "LayoutSVGContainer g",
21 "rect": [0, 0, 110, 110], 16 "rect": [0, 0, 110, 110],
22 "reason": "SVG resource change" 17 "reason": "SVG resource change"
23 }, 18 },
24 { 19 {
25 "object": "LayoutSVGRoot svg",
26 "rect": [0, 0, 110, 110],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutSVGEllipse circle id='circle'", 20 "object": "LayoutSVGEllipse circle id='circle'",
31 "rect": [50, 50, 100, 100], 21 "rect": [50, 50, 100, 100],
32 "reason": "full" 22 "reason": "full"
33 }, 23 },
34 { 24 {
35 "object": "LayoutSVGEllipse circle id='circle'", 25 "object": "LayoutSVGEllipse circle id='circle'",
36 "rect": [0, 0, 100, 100], 26 "rect": [0, 0, 100, 100],
37 "reason": "full" 27 "reason": "full"
38 } 28 }
39 ] 29 ]
40 } 30 }
41 ], 31 ],
42 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
43 { 33 {
44 "object": "LayoutSVGRoot svg",
45 "reason": "bounds change"
46 },
47 {
48 "object": "LayoutSVGContainer g", 34 "object": "LayoutSVGContainer g",
49 "reason": "SVG resource change" 35 "reason": "SVG resource change"
50 }, 36 },
51 { 37 {
52 "object": "LayoutSVGEllipse circle id='circle'", 38 "object": "LayoutSVGEllipse circle id='circle'",
53 "reason": "full" 39 "reason": "full"
54 } 40 }
55 ] 41 ]
56 } 42 }
57 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698