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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/svg/js-late-clipPath-and-object-creation-expected.txt

Issue 2824823003: DOM-based SVG resource tracking (Closed)
Patch Set: Update baselines Created 3 years, 7 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutSVGContainer g id='content'", 10 "object": "LayoutSVGContainer g id='content'",
(...skipping 11 matching lines...) Expand all
22 "reason": "geometry" 22 "reason": "geometry"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGInlineText #text", 25 "object": "LayoutSVGInlineText #text",
26 "rect": [16, 42, 784, 170], 26 "rect": [16, 42, 784, 170],
27 "reason": "appeared" 27 "reason": "appeared"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGText text", 30 "object": "LayoutSVGText text",
31 "rect": [16, 42, 784, 170], 31 "rect": [16, 42, 784, 170],
32 "reason": "style change" 32 "reason": "full"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGText text", 35 "object": "LayoutSVGText text",
36 "rect": [16, 42, 784, 170], 36 "rect": [16, 42, 784, 170],
37 "reason": "appeared" 37 "reason": "appeared"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGPath path", 40 "object": "LayoutSVGPath path",
41 "rect": [0, 0, 334, 500], 41 "rect": [0, 0, 334, 500],
42 "reason": "appeared" 42 "reason": "appeared"
(...skipping 21 matching lines...) Expand all
64 { 64 {
65 "object": "InlineTextBox 'Clipped. INVISIBLE.'", 65 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
66 "reason": "appeared" 66 "reason": "appeared"
67 }, 67 },
68 { 68 {
69 "object": "LayoutSVGContainer g id='content'", 69 "object": "LayoutSVGContainer g id='content'",
70 "reason": "geometry" 70 "reason": "geometry"
71 }, 71 },
72 { 72 {
73 "object": "LayoutSVGText text", 73 "object": "LayoutSVGText text",
74 "reason": "style change" 74 "reason": "full"
75 }, 75 },
76 { 76 {
77 "object": "RootInlineBox", 77 "object": "RootInlineBox",
78 "reason": "style change" 78 "reason": "full"
79 }, 79 },
80 { 80 {
81 "object": "LayoutSVGInlineText #text", 81 "object": "LayoutSVGInlineText #text",
82 "reason": "geometry" 82 "reason": "geometry"
83 }, 83 },
84 { 84 {
85 "object": "InlineTextBox 'Clipped. INVISIBLE.'", 85 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
86 "reason": "geometry" 86 "reason": "geometry"
87 }, 87 },
88 { 88 {
89 "object": "LayoutSVGResourceClipper clipPath id='dynClip'", 89 "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
90 "reason": "appeared" 90 "reason": "appeared"
91 }, 91 },
92 { 92 {
93 "object": "LayoutSVGPath path", 93 "object": "LayoutSVGPath path",
94 "reason": "appeared" 94 "reason": "appeared"
95 } 95 }
96 ] 96 ]
97 } 97 }
98 98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698