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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutBlockFlow body",
13 "rect": [8, 8, 784, 203],
14 "reason": "invalidate paint rectangle"
15 },
16 {
17 "object": "LayoutBlockFlow body",
18 "rect": [8, 112, 784, 100],
19 "reason": "incremental"
20 },
21 {
22 "object": "LayoutSVGContainer svg:use id='use'",
23 "rect": [33, 33, 50, 50],
24 "reason": "full"
25 },
26 {
27 "object": "LayoutSVGEllipse svg:circle id='circle'",
28 "rect": [33, 33, 50, 50],
29 "reason": "layoutObject insertion"
30 },
31 {
32 "object": "LayoutSVGRoot svg:svg id='svg'",
33 "rect": [33, 33, 50, 50],
34 "reason": "full"
35 },
36 {
37 "object": "LayoutSVGViewportContainer svg id='symbol'",
38 "rect": [33, 33, 50, 50],
39 "reason": "layoutObject insertion"
40 },
41 {
42 "object": "LayoutSVGEllipse svg:circle id='circle'",
43 "rect": [8, 8, 25, 25],
44 "reason": "full"
45 },
46 {
47 "object": "LayoutSVGEllipse svg:circle id='circle'",
48 "rect": [53, 53, 10, 10],
49 "reason": "layoutObject removal"
50 },
51 {
52 "object": "LayoutSVGViewportContainer svg id='symbol'",
53 "rect": [53, 53, 10, 10],
54 "reason": "layoutObject removal"
55 }
56 ]
57 }
58 ],
59 "objectPaintInvalidations": [
60 {
61 "object": "LayoutSVGEllipse svg:circle id='circle'",
62 "reason": "layoutObject removal"
63 },
64 {
65 "object": "LayoutSVGViewportContainer svg id='symbol'",
66 "reason": "layoutObject removal"
67 },
68 {
69 "object": "InlineBox",
70 "reason": "full"
71 },
72 {
73 "object": "RootInlineBox",
74 "reason": "full"
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 },
88 {
89 "object": "LayoutSVGRoot svg:svg id='svg'",
90 "reason": "full"
91 },
92 {
93 "object": "LayoutSVGEllipse svg:circle id='circle'",
94 "reason": "full"
95 },
96 {
97 "object": "LayoutSVGContainer svg:use id='use'",
98 "reason": "full"
99 },
100 {
101 "object": "LayoutSVGViewportContainer svg id='symbol'",
102 "reason": "layoutObject insertion"
103 },
104 {
105 "object": "LayoutSVGEllipse svg:circle id='circle'",
106 "reason": "layoutObject insertion"
107 }
108 ]
109 }
110
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698