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

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

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow body", 12 "object": "LayoutBlockFlow body",
11 "rect": [8, 8, 784, 204], 13 "rect": [8, 8, 784, 204],
12 "reason": "invalidate paint rectangle" 14 "reason": "invalidate paint rectangle"
13 }, 15 },
14 { 16 {
(...skipping 28 matching lines...) Expand all
43 }, 45 },
44 { 46 {
45 "object": "LayoutSVGEllipse svg:circle id='circle'", 47 "object": "LayoutSVGEllipse svg:circle id='circle'",
46 "rect": [53, 53, 10, 10], 48 "rect": [53, 53, 10, 10],
47 "reason": "layoutObject removal" 49 "reason": "layoutObject removal"
48 }, 50 },
49 { 51 {
50 "object": "LayoutSVGViewportContainer svg id='symbol'", 52 "object": "LayoutSVGViewportContainer svg id='symbol'",
51 "rect": [53, 53, 10, 10], 53 "rect": [53, 53, 10, 10],
52 "reason": "layoutObject removal" 54 "reason": "layoutObject removal"
53 },
54 {
55 "object": "InlineBox",
56 "reason": "full"
57 },
58 {
59 "object": "RootInlineBox",
60 "reason": "full"
61 },
62 {
63 "object": "RootInlineBox",
64 "reason": "full"
65 } 55 }
66 ] 56 ]
67 } 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": "LayoutBlockFlow body",
70 "reason": "incremental"
71 },
72 {
73 "object": "LayoutBlockFlow body",
74 "reason": "invalidate paint rectangle"
75 },
76 {
77 "object": "RootInlineBox",
78 "reason": "incremental"
79 },
80 {
81 "object": "LayoutSVGRoot svg:svg id='svg'",
82 "reason": "full"
83 },
84 {
85 "object": "LayoutSVGEllipse svg:circle id='circle'",
86 "reason": "full"
87 },
88 {
89 "object": "LayoutSVGContainer svg:use id='use'",
90 "reason": "full"
91 },
92 {
93 "object": "LayoutSVGViewportContainer svg id='symbol'",
94 "reason": "layoutObject insertion"
95 },
96 {
97 "object": "LayoutSVGEllipse svg:circle id='circle'",
98 "reason": "layoutObject insertion"
99 }
68 ] 100 ]
69 } 101 }
70 102
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698