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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/marker-strokeWidth-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='path'", 10 "object": "LayoutSVGPath path id='path'",
11 "rect": [121, 126, 68, 68], 11 "rect": [121, 126, 68, 68],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer g", 15 "object": "LayoutSVGContainer g",
16 "rect": [122, 127, 66, 66], 16 "rect": [122, 127, 66, 66],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutSVGRoot svg",
21 "rect": [122, 127, 66, 66],
22 "reason": "bounds change"
23 } 18 }
24 ] 19 ]
25 } 20 }
26 ], 21 ],
27 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
28 { 23 {
29 "object": "LayoutSVGRoot svg",
30 "reason": "bounds change"
31 },
32 {
33 "object": "LayoutSVGContainer g", 24 "object": "LayoutSVGContainer g",
34 "reason": "bounds change" 25 "reason": "bounds change"
35 }, 26 },
36 { 27 {
37 "object": "LayoutSVGPath path id='path'", 28 "object": "LayoutSVGPath path id='path'",
38 "reason": "style change" 29 "reason": "style change"
39 } 30 }
40 ] 31 ]
41 } 32 }
42 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698