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

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

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutBlockFlow body", 12 "object": "LayoutBlockFlow body",
13 "rect": [8, 8, 784, 204], 13 "rect": [8, 8, 784, 204],
14 "reason": "invalidate paint rectangle" 14 "reason": "forced by layout"
15 },
16 {
17 "object": "LayoutBlockFlow body",
18 "rect": [8, 112, 784, 100],
19 "reason": "incremental"
20 }, 15 },
21 { 16 {
22 "object": "LayoutSVGContainer svg:use id='use'", 17 "object": "LayoutSVGContainer svg:use id='use'",
23 "rect": [33, 33, 50, 50], 18 "rect": [33, 33, 50, 50],
24 "reason": "full" 19 "reason": "full"
25 }, 20 },
26 { 21 {
27 "object": "LayoutSVGEllipse svg:circle id='circle'", 22 "object": "LayoutSVGEllipse svg:circle id='circle'",
28 "rect": [33, 33, 50, 50], 23 "rect": [33, 33, 50, 50],
29 "reason": "layoutObject insertion" 24 "reason": "layoutObject insertion"
(...skipping 29 matching lines...) Expand all
59 "objectPaintInvalidations": [ 54 "objectPaintInvalidations": [
60 { 55 {
61 "object": "LayoutSVGEllipse svg:circle id='circle'", 56 "object": "LayoutSVGEllipse svg:circle id='circle'",
62 "reason": "layoutObject removal" 57 "reason": "layoutObject removal"
63 }, 58 },
64 { 59 {
65 "object": "LayoutSVGViewportContainer svg id='symbol'", 60 "object": "LayoutSVGViewportContainer svg id='symbol'",
66 "reason": "layoutObject removal" 61 "reason": "layoutObject removal"
67 }, 62 },
68 { 63 {
69 "object": "InlineBox", 64 "object": "LayoutBlockFlow body",
70 "reason": "full" 65 "reason": "forced by layout"
71 }, 66 },
72 { 67 {
73 "object": "RootInlineBox", 68 "object": "RootInlineBox",
74 "reason": "full" 69 "reason": "forced by layout"
75 },
76 {
77 "object": "LayoutBlockFlow body",
78 "reason": "incremental"
79 },
80 {
81 "object": "LayoutBlockFlow body",
82 "reason": "invalidate paint rectangle"
83 },
84 {
85 "object": "RootInlineBox",
86 "reason": "incremental"
87 }, 70 },
88 { 71 {
89 "object": "LayoutSVGRoot svg:svg id='svg'", 72 "object": "LayoutSVGRoot svg:svg id='svg'",
90 "reason": "full" 73 "reason": "full"
91 }, 74 },
92 { 75 {
93 "object": "LayoutSVGEllipse svg:circle id='circle'", 76 "object": "LayoutSVGEllipse svg:circle id='circle'",
94 "reason": "full" 77 "reason": "full"
95 }, 78 },
96 { 79 {
97 "object": "LayoutSVGContainer svg:use id='use'", 80 "object": "LayoutSVGContainer svg:use id='use'",
98 "reason": "full" 81 "reason": "full"
99 }, 82 },
100 { 83 {
101 "object": "LayoutSVGViewportContainer svg id='symbol'", 84 "object": "LayoutSVGViewportContainer svg id='symbol'",
102 "reason": "layoutObject insertion" 85 "reason": "layoutObject insertion"
103 }, 86 },
104 { 87 {
105 "object": "LayoutSVGEllipse svg:circle id='circle'", 88 "object": "LayoutSVGEllipse svg:circle id='circle'",
106 "reason": "layoutObject insertion" 89 "reason": "layoutObject insertion"
107 } 90 }
108 ] 91 ]
109 } 92 }
110 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698