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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-mask-update-expected.txt

Issue 2768453003: Put SVGResourceContainer subtypes into their own property trees. (Closed)
Patch Set: none 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": "LayoutSVGRect rect", 10 "object": "LayoutSVGRect rect",
11 "rect": [10, 3, 46, 22], 11 "rect": [10, 3, 46, 22],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGText text id='text1'",
16 "rect": [10, 3, 46, 22],
17 "reason": "style change"
18 },
19 {
20 "object": "LayoutSVGInlineText #text", 15 "object": "LayoutSVGInlineText #text",
21 "rect": [10, 33, 43, 22], 16 "rect": [10, 33, 43, 22],
22 "reason": "layoutObject removal" 17 "reason": "layoutObject removal"
23 }, 18 },
24 { 19 {
25 "object": "LayoutSVGText text id='text2'",
26 "rect": [10, 33, 43, 22],
27 "reason": "full"
28 },
29 {
30 "object": "LayoutSVGRect rect", 20 "object": "LayoutSVGRect rect",
31 "rect": [10, 33, 43, 17], 21 "rect": [10, 33, 43, 17],
32 "reason": "full" 22 "reason": "full"
33 } 23 }
34 ] 24 ]
35 } 25 }
36 ], 26 ],
37 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
38 { 28 {
39 "object": "LayoutSVGInlineText #text", 29 "object": "LayoutSVGInlineText #text",
(...skipping 23 matching lines...) Expand all
63 "object": "LayoutSVGRect rect", 53 "object": "LayoutSVGRect rect",
64 "reason": "style change" 54 "reason": "style change"
65 }, 55 },
66 { 56 {
67 "object": "LayoutSVGRect rect", 57 "object": "LayoutSVGRect rect",
68 "reason": "full" 58 "reason": "full"
69 } 59 }
70 ] 60 ]
71 } 61 }
72 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698