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

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

Issue 2086703002: Auto-rebaseline for r400760 (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 "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": [
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "objectPaintInvalidations": [ 59 "objectPaintInvalidations": [
60 { 60 {
61 "object": "LayoutSVGEllipse svg:circle id='circle'", 61 "object": "LayoutSVGEllipse svg:circle id='circle'",
62 "reason": "layoutObject removal" 62 "reason": "layoutObject removal"
63 }, 63 },
64 { 64 {
65 "object": "LayoutSVGViewportContainer svg id='symbol'", 65 "object": "LayoutSVGViewportContainer svg id='symbol'",
66 "reason": "layoutObject removal" 66 "reason": "layoutObject removal"
67 }, 67 },
68 { 68 {
69 "object": "InlineBox",
70 "reason": "full"
71 },
72 {
73 "object": "RootInlineBox",
74 "reason": "full"
75 },
76 {
69 "object": "LayoutBlockFlow body", 77 "object": "LayoutBlockFlow body",
70 "reason": "incremental" 78 "reason": "incremental"
71 }, 79 },
72 { 80 {
73 "object": "LayoutBlockFlow body", 81 "object": "LayoutBlockFlow body",
74 "reason": "invalidate paint rectangle" 82 "reason": "invalidate paint rectangle"
75 }, 83 },
76 { 84 {
77 "object": "RootInlineBox", 85 "object": "RootInlineBox",
78 "reason": "incremental" 86 "reason": "incremental"
(...skipping 14 matching lines...) Expand all
93 "object": "LayoutSVGViewportContainer svg id='symbol'", 101 "object": "LayoutSVGViewportContainer svg id='symbol'",
94 "reason": "layoutObject insertion" 102 "reason": "layoutObject insertion"
95 }, 103 },
96 { 104 {
97 "object": "LayoutSVGEllipse svg:circle id='circle'", 105 "object": "LayoutSVGEllipse svg:circle id='circle'",
98 "reason": "layoutObject insertion" 106 "reason": "layoutObject insertion"
99 } 107 }
100 ] 108 ]
101 } 109 }
102 110
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698