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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-clipPath-and-object-creation-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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 }, 75 },
76 { 76 {
77 "object": "LayoutSVGInlineText #text", 77 "object": "LayoutSVGInlineText #text",
78 "reason": "layoutObject insertion" 78 "reason": "layoutObject insertion"
79 }, 79 },
80 { 80 {
81 "object": "InlineTextBox 'Clipped. INVISIBLE.'", 81 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
82 "reason": "layoutObject insertion" 82 "reason": "layoutObject insertion"
83 }, 83 },
84 { 84 {
85 "object": "RootInlineBox",
86 "reason": "full"
87 },
88 {
89 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
90 "reason": "full"
91 },
92 {
85 "object": "LayoutSVGRoot svg id='svg-root'", 93 "object": "LayoutSVGRoot svg id='svg-root'",
86 "reason": "incremental" 94 "reason": "incremental"
87 }, 95 },
88 { 96 {
89 "object": "LayoutSVGContainer g id='content'", 97 "object": "LayoutSVGContainer g id='content'",
90 "reason": "full" 98 "reason": "full"
91 }, 99 },
92 { 100 {
93 "object": "LayoutSVGText text", 101 "object": "LayoutSVGText text",
94 "reason": "style change" 102 "reason": "style change"
(...skipping 14 matching lines...) Expand all
109 "object": "LayoutSVGResourceClipper clipPath id='dynClip'", 117 "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
110 "reason": "layoutObject insertion" 118 "reason": "layoutObject insertion"
111 }, 119 },
112 { 120 {
113 "object": "LayoutSVGPath path", 121 "object": "LayoutSVGPath path",
114 "reason": "layoutObject insertion" 122 "reason": "layoutObject insertion"
115 } 123 }
116 ] 124 ]
117 } 125 }
118 126
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698