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

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

Issue 1881903002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [53, 53, 10, 10], 9 {
10 [53, 53, 10, 10], 10 "object": "InlineBox",
11 [53, 53, 10, 10], 11 "rect": [0, 0, 0, 0],
12 [53, 53, 10, 10], 12 "reason": "full"
13 [33, 33, 50, 50], 13 },
14 [33, 33, 50, 50], 14 {
15 [33, 33, 50, 50], 15 "object": "LayoutBlockFlow body",
16 [33, 33, 50, 50], 16 "rect": [8, 112, 784, 100],
17 [8, 112, 784, 100], 17 "reason": "incremental"
18 [8, 8, 784, 203], 18 },
19 [8, 8, 25, 25], 19 {
20 [8, 8, 5, 5] 20 "object": "LayoutBlockFlow body",
21 ], 21 "rect": [8, 8, 784, 203],
22 "paintInvalidationClients": [ 22 "reason": "invalidate paint rectangle"
23 "LayoutSVGEllipse svg:circle id='circle'", 23 },
24 "LayoutSVGViewportContainer svg id='symbol'", 24 {
25 "InlineBox", 25 "object": "LayoutSVGContainer svg:use id='use'",
26 "RootInlineBox", 26 "rect": [53, 53, 10, 10],
27 "LayoutBlockFlow body", 27 "reason": "full"
28 "LayoutBlockFlow body", 28 },
29 "RootInlineBox", 29 {
30 "LayoutSVGRoot svg:svg id='svg'", 30 "object": "LayoutSVGContainer svg:use id='use'",
31 "LayoutSVGEllipse svg:circle id='circle'", 31 "rect": [33, 33, 50, 50],
32 "LayoutSVGContainer svg:use id='use'", 32 "reason": "full"
33 "LayoutSVGViewportContainer svg id='symbol'", 33 },
34 "LayoutSVGEllipse svg:circle id='circle'" 34 {
35 "object": "LayoutSVGEllipse svg:circle id='circle'",
36 "rect": [53, 53, 10, 10],
37 "reason": "layoutObject removal"
38 },
39 {
40 "object": "LayoutSVGEllipse svg:circle id='circle'",
41 "rect": [8, 8, 5, 5],
42 "reason": "full"
43 },
44 {
45 "object": "LayoutSVGEllipse svg:circle id='circle'",
46 "rect": [8, 8, 25, 25],
47 "reason": "full"
48 },
49 {
50 "object": "LayoutSVGEllipse svg:circle id='circle'",
51 "rect": [33, 33, 50, 50],
52 "reason": "location change"
53 },
54 {
55 "object": "LayoutSVGRoot svg:svg id='svg'",
56 "rect": [53, 53, 10, 10],
57 "reason": "full"
58 },
59 {
60 "object": "LayoutSVGRoot svg:svg id='svg'",
61 "rect": [33, 33, 50, 50],
62 "reason": "full"
63 },
64 {
65 "object": "LayoutSVGViewportContainer svg id='symbol'",
66 "rect": [53, 53, 10, 10],
67 "reason": "layoutObject removal"
68 },
69 {
70 "object": "LayoutSVGViewportContainer svg id='symbol'",
71 "rect": [33, 33, 50, 50],
72 "reason": "location change"
73 },
74 {
75 "object": "RootInlineBox",
76 "rect": [0, 0, 0, 0],
77 "reason": "full"
78 },
79 {
80 "object": "RootInlineBox",
81 "rect": [0, 0, 0, 0],
82 "reason": "full"
83 }
35 ] 84 ]
36 } 85 }
37 ] 86 ]
38 } 87 }
39 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698