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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/marker-viewBox-changes-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": "LayoutSVGPath path id='go'", 10 "object": "LayoutSVGPath path id='go'",
11 "rect": [89, 94, 100, 100], 11 "rect": [89, 94, 100, 100],
12 "reason": "full" 12 "reason": "full"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer g", 15 "object": "LayoutSVGContainer g",
16 "rect": [90, 95, 98, 98], 16 "rect": [90, 95, 98, 98],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGRoot svg",
21 "rect": [90, 95, 98, 98],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutSVGRect rect", 20 "object": "LayoutSVGRect rect",
26 "rect": [0, 0, 10, 10], 21 "rect": [0, 0, 10, 10],
27 "reason": "bounds change" 22 "reason": "bounds change"
28 } 23 }
29 ] 24 ]
30 } 25 }
31 ], 26 ],
32 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
33 { 28 {
34 "object": "LayoutSVGRoot svg",
35 "reason": "bounds change"
36 },
37 {
38 "object": "LayoutSVGResourceMarker marker id='markerStart'", 29 "object": "LayoutSVGResourceMarker marker id='markerStart'",
39 "reason": "full" 30 "reason": "full"
40 }, 31 },
41 { 32 {
42 "object": "LayoutSVGRect rect", 33 "object": "LayoutSVGRect rect",
43 "reason": "bounds change" 34 "reason": "bounds change"
44 }, 35 },
45 { 36 {
46 "object": "LayoutSVGContainer g", 37 "object": "LayoutSVGContainer g",
47 "reason": "bounds change" 38 "reason": "bounds change"
48 }, 39 },
49 { 40 {
50 "object": "LayoutSVGPath path id='go'", 41 "object": "LayoutSVGPath path id='go'",
51 "reason": "full" 42 "reason": "full"
52 } 43 }
53 ] 44 ]
54 } 45 }
55 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698