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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/js-late-clipPath-and-object-creation-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 [334, 39, 466, 174], 9 {
10 [334, 39, 466, 174], 10 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
11 [334, 39, 466, 174], 11 "rect": [0, 0, 0, 0],
12 [16, 39, 784, 174], 12 "reason": "layoutObject insertion"
13 [16, 39, 784, 174], 13 },
14 [16, 39, 784, 174], 14 {
15 [16, 39, 784, 174], 15 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
16 [16, 39, 784, 174], 16 "rect": [0, 0, 0, 0],
17 [16, 39, 318, 174], 17 "reason": "full"
18 [0, 0, 334, 500] 18 },
19 ], 19 {
20 "paintInvalidationClients": [ 20 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
21 "LayoutSVGRoot svg id='svg-root'", 21 "rect": [0, 0, 0, 0],
22 "LayoutSVGContainer g id='content'", 22 "reason": "incremental"
23 "LayoutSVGText text", 23 },
24 "RootInlineBox", 24 {
25 "LayoutSVGInlineText #text", 25 "object": "LayoutSVGContainer g id='content'",
26 "InlineTextBox 'Clipped. INVISIBLE.'", 26 "rect": [16, 39, 784, 174],
27 "RootInlineBox", 27 "reason": "bounds change"
28 "InlineTextBox 'Clipped. INVISIBLE.'", 28 },
29 "LayoutSVGRoot svg id='svg-root'", 29 {
30 "LayoutSVGContainer g id='content'", 30 "object": "LayoutSVGContainer g id='content'",
31 "LayoutSVGText text", 31 "rect": [334, 39, 466, 174],
32 "RootInlineBox", 32 "reason": "incremental"
33 "LayoutSVGInlineText #text", 33 },
34 "InlineTextBox 'Clipped. INVISIBLE.'", 34 {
35 "LayoutSVGResourceClipper clipPath id='dynClip'", 35 "object": "LayoutSVGInlineText #text",
36 "LayoutSVGPath path" 36 "rect": [16, 39, 784, 174],
37 "reason": "layoutObject insertion"
38 },
39 {
40 "object": "LayoutSVGInlineText #text",
41 "rect": [334, 39, 466, 174],
42 "reason": "incremental"
43 },
44 {
45 "object": "LayoutSVGPath path",
46 "rect": [0, 0, 334, 500],
47 "reason": "layoutObject insertion"
48 },
49 {
50 "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
51 "rect": [0, 0, 0, 0],
52 "reason": "layoutObject insertion"
53 },
54 {
55 "object": "LayoutSVGRoot svg id='svg-root'",
56 "rect": [16, 39, 784, 174],
57 "reason": "bounds change"
58 },
59 {
60 "object": "LayoutSVGRoot svg id='svg-root'",
61 "rect": [334, 39, 466, 174],
62 "reason": "incremental"
63 },
64 {
65 "object": "LayoutSVGText text",
66 "rect": [16, 39, 784, 174],
67 "reason": "layoutObject insertion"
68 },
69 {
70 "object": "LayoutSVGText text",
71 "rect": [16, 39, 784, 174],
72 "reason": "style change"
73 },
74 {
75 "object": "LayoutSVGText text",
76 "rect": [16, 39, 318, 174],
77 "reason": "style change"
78 },
79 {
80 "object": "RootInlineBox",
81 "rect": [0, 0, 0, 0],
82 "reason": "full"
83 },
84 {
85 "object": "RootInlineBox",
86 "rect": [0, 0, 0, 0],
87 "reason": "full"
88 },
89 {
90 "object": "RootInlineBox",
91 "rect": [0, 0, 0, 0],
92 "reason": "full"
93 }
37 ] 94 ]
38 } 95 }
39 ] 96 ]
40 } 97 }
41 98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698