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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt

Issue 2245063007: Auto-rebaseline for r412763 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 layer at (0,0) size 800x600
2 "name": "Content Root Layer", 2 LayoutView at (0,0) size 800x600
3 "bounds": [800, 600], 3 layer at (0,0) size 800x600
4 "children": [ 4 LayoutSVGRoot {svg} at (0,0) size 0x0
5 { 5 LayoutSVGContainer {g} at (0,0) size 0x0 [transform={m=((1.00,0.00)(0.00,1.5 0)) t=(0.00,0.00)}]
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutSVGContainer g id='content'",
13 "rect": [16, 42, 784, 170],
14 "reason": "full"
15 },
16 {
17 "object": "LayoutSVGContainer g id='content'",
18 "rect": [16, 42, 784, 170],
19 "reason": "became visible"
20 },
21 {
22 "object": "LayoutSVGInlineText #text",
23 "rect": [16, 42, 784, 170],
24 "reason": "forced by layout"
25 },
26 {
27 "object": "LayoutSVGInlineText #text",
28 "rect": [16, 42, 784, 170],
29 "reason": "layoutObject insertion"
30 },
31 {
32 "object": "LayoutSVGRoot svg id='svg-root'",
33 "rect": [16, 42, 784, 170],
34 "reason": "became visible"
35 },
36 {
37 "object": "LayoutSVGText text",
38 "rect": [16, 42, 784, 170],
39 "reason": "style change"
40 },
41 {
42 "object": "LayoutSVGText text",
43 "rect": [16, 42, 784, 170],
44 "reason": "layoutObject insertion"
45 },
46 {
47 "object": "LayoutSVGRoot svg id='svg-root'",
48 "rect": [334, 42, 466, 170],
49 "reason": "incremental"
50 },
51 {
52 "object": "LayoutSVGPath path",
53 "rect": [0, 0, 334, 500],
54 "reason": "layoutObject insertion"
55 }
56 ]
57 }
58 ],
59 "objectPaintInvalidations": [
60 {
61 "object": "LayoutSVGRoot svg id='svg-root'",
62 "reason": "became visible"
63 },
64 {
65 "object": "LayoutSVGContainer g id='content'",
66 "reason": "became visible"
67 },
68 {
69 "object": "LayoutSVGText text",
70 "reason": "layoutObject insertion"
71 },
72 {
73 "object": "RootInlineBox",
74 "reason": "layoutObject insertion"
75 },
76 {
77 "object": "LayoutSVGInlineText #text",
78 "reason": "layoutObject insertion"
79 },
80 {
81 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
82 "reason": "layoutObject insertion"
83 },
84 {
85 "object": "LayoutSVGRoot svg id='svg-root'",
86 "reason": "incremental"
87 },
88 {
89 "object": "LayoutSVGContainer g id='content'",
90 "reason": "full"
91 },
92 {
93 "object": "LayoutSVGText text",
94 "reason": "style change"
95 },
96 {
97 "object": "RootInlineBox",
98 "reason": "style change"
99 },
100 {
101 "object": "LayoutSVGInlineText #text",
102 "reason": "forced by layout"
103 },
104 {
105 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
106 "reason": "forced by layout"
107 },
108 {
109 "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
110 "reason": "layoutObject insertion"
111 },
112 {
113 "object": "LayoutSVGPath path",
114 "reason": "layoutObject insertion"
115 }
116 ]
117 }
118
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698