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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/text/tspan-dynamic-positioning-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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": [
11 { 11 {
12 "object": "LayoutSVGInlineText #text", 12 "object": "LayoutSVGInlineText #text",
13 "rect": [200, 185, 240, 19], 13 "rect": [200, 185, 240, 19],
14 "reason": "bounds change" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGRoot svg", 17 "object": "LayoutSVGRoot svg",
18 "rect": [200, 185, 240, 19], 18 "rect": [200, 185, 240, 19],
19 "reason": "bounds change" 19 "reason": "bounds change"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGTSpan tspan id='ts'", 22 "object": "LayoutSVGTSpan tspan id='ts'",
23 "rect": [200, 185, 240, 19], 23 "rect": [200, 185, 240, 19],
24 "reason": "full" 24 "reason": "full"
25 }, 25 },
26 { 26 {
27 "object": "LayoutSVGText text", 27 "object": "LayoutSVGText text",
28 "rect": [200, 185, 240, 19], 28 "rect": [200, 185, 240, 19],
29 "reason": "forced by layout" 29 "reason": "forced by layout"
30 }, 30 },
31 { 31 {
32 "object": "LayoutSVGInlineText #text", 32 "object": "LayoutSVGInlineText #text",
33 "rect": [20, 5, 240, 19], 33 "rect": [20, 5, 240, 19],
34 "reason": "bounds change" 34 "reason": "forced by layout"
35 }, 35 },
36 { 36 {
37 "object": "LayoutSVGRoot svg", 37 "object": "LayoutSVGRoot svg",
38 "rect": [20, 5, 240, 19], 38 "rect": [20, 5, 240, 19],
39 "reason": "bounds change" 39 "reason": "bounds change"
40 }, 40 },
41 { 41 {
42 "object": "LayoutSVGTSpan tspan id='ts'", 42 "object": "LayoutSVGTSpan tspan id='ts'",
43 "rect": [20, 5, 240, 19], 43 "rect": [20, 5, 240, 19],
44 "reason": "full" 44 "reason": "full"
45 }, 45 },
46 { 46 {
47 "object": "LayoutSVGText text", 47 "object": "LayoutSVGText text",
48 "rect": [20, 5, 240, 19], 48 "rect": [20, 5, 240, 19],
49 "reason": "forced by layout" 49 "reason": "forced by layout"
50 } 50 }
51 ] 51 ]
52 } 52 }
53 ], 53 ],
54 "objectPaintInvalidations": [ 54 "objectPaintInvalidations": [
55 { 55 {
56 "object": "RootInlineBox",
57 "reason": "full"
58 },
59 {
60 "object": "InlineFlowBox",
61 "reason": "full"
62 },
63 {
64 "object": "InlineTextBox 'This text should be at visible at 200,200'",
65 "reason": "full"
66 },
67 {
68 "object": "LayoutSVGRoot svg", 56 "object": "LayoutSVGRoot svg",
69 "reason": "bounds change" 57 "reason": "bounds change"
70 }, 58 },
71 { 59 {
72 "object": "LayoutSVGText text", 60 "object": "LayoutSVGText text",
73 "reason": "forced by layout" 61 "reason": "forced by layout"
74 }, 62 },
75 { 63 {
76 "object": "RootInlineBox", 64 "object": "RootInlineBox",
77 "reason": "forced by layout" 65 "reason": "forced by layout"
78 }, 66 },
79 { 67 {
80 "object": "LayoutSVGTSpan tspan id='ts'", 68 "object": "LayoutSVGTSpan tspan id='ts'",
81 "reason": "full" 69 "reason": "full"
82 }, 70 },
83 { 71 {
84 "object": "InlineFlowBox", 72 "object": "InlineFlowBox",
85 "reason": "full" 73 "reason": "full"
86 }, 74 },
87 { 75 {
88 "object": "LayoutSVGInlineText #text", 76 "object": "LayoutSVGInlineText #text",
89 "reason": "bounds change" 77 "reason": "forced by layout"
90 }, 78 },
91 { 79 {
92 "object": "InlineTextBox 'This text should be at visible at 200,200'", 80 "object": "InlineTextBox 'This text should be at visible at 200,200'",
93 "reason": "bounds change" 81 "reason": "forced by layout"
94 } 82 }
95 ] 83 ]
96 } 84 }
97 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698