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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/use-setAttribute-crash-expected.txt

Issue 2478233002: Make 'transform' a presentation attribute on SVG elements (Closed)
Patch Set: Rebase Created 4 years 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 body", 10 "object": "LayoutBlockFlow body",
(...skipping 16 matching lines...) Expand all
27 "reason": "full" 27 "reason": "full"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGViewportContainer svg id='symbol'", 30 "object": "LayoutSVGViewportContainer svg id='symbol'",
31 "rect": [33, 33, 50, 50], 31 "rect": [33, 33, 50, 50],
32 "reason": "layoutObject insertion" 32 "reason": "layoutObject insertion"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGEllipse svg:circle id='circle'", 35 "object": "LayoutSVGEllipse svg:circle id='circle'",
36 "rect": [7, 7, 27, 27], 36 "rect": [7, 7, 27, 27],
37 "reason": "full" 37 "reason": "subtree"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGEllipse svg:circle id='circle'", 40 "object": "LayoutSVGEllipse svg:circle id='circle'",
41 "rect": [52, 52, 12, 12], 41 "rect": [52, 52, 12, 12],
42 "reason": "layoutObject removal" 42 "reason": "layoutObject removal"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGViewportContainer svg id='symbol'", 45 "object": "LayoutSVGViewportContainer svg id='symbol'",
46 "rect": [53, 53, 10, 10], 46 "rect": [53, 53, 10, 10],
47 "reason": "layoutObject removal" 47 "reason": "layoutObject removal"
(...skipping 17 matching lines...) Expand all
65 { 65 {
66 "object": "RootInlineBox", 66 "object": "RootInlineBox",
67 "reason": "forced by layout" 67 "reason": "forced by layout"
68 }, 68 },
69 { 69 {
70 "object": "LayoutSVGRoot svg:svg id='svg'", 70 "object": "LayoutSVGRoot svg:svg id='svg'",
71 "reason": "full" 71 "reason": "full"
72 }, 72 },
73 { 73 {
74 "object": "LayoutSVGEllipse svg:circle id='circle'", 74 "object": "LayoutSVGEllipse svg:circle id='circle'",
75 "reason": "full" 75 "reason": "subtree"
76 }, 76 },
77 { 77 {
78 "object": "LayoutSVGContainer svg:use id='use'", 78 "object": "LayoutSVGContainer svg:use id='use'",
79 "reason": "full" 79 "reason": "full"
80 }, 80 },
81 { 81 {
82 "object": "LayoutSVGViewportContainer svg id='symbol'", 82 "object": "LayoutSVGViewportContainer svg id='symbol'",
83 "reason": "layoutObject insertion" 83 "reason": "layoutObject insertion"
84 }, 84 },
85 { 85 {
86 "object": "LayoutSVGEllipse svg:circle id='circle'", 86 "object": "LayoutSVGEllipse svg:circle id='circle'",
87 "reason": "layoutObject insertion" 87 "reason": "layoutObject insertion"
88 } 88 }
89 ] 89 ]
90 } 90 }
91 91
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698