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

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

Issue 1881923002: 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 [200, 186, 256, 17], 9 {
10 [200, 186, 256, 17], 10 "object": "InlineFlowBox",
11 [200, 186, 256, 17], 11 "rect": [0, 0, 0, 0],
12 [200, 186, 256, 17], 12 "reason": "full"
13 [20, 6, 256, 17], 13 },
14 [20, 6, 256, 17], 14 {
15 [20, 6, 256, 17], 15 "object": "InlineFlowBox",
16 [20, 6, 256, 17] 16 "rect": [0, 0, 0, 0],
17 ], 17 "reason": "full"
18 "paintInvalidationClients": [ 18 },
19 "RootInlineBox", 19 {
20 "InlineFlowBox", 20 "object": "InlineTextBox 'This text should be at visible at 200,200'",
21 "InlineTextBox 'This text should be at visible at 200,200'", 21 "rect": [0, 0, 0, 0],
22 "LayoutSVGRoot svg", 22 "reason": "full"
23 "LayoutSVGText text", 23 },
24 "RootInlineBox", 24 {
25 "LayoutSVGTSpan tspan id='ts'", 25 "object": "InlineTextBox 'This text should be at visible at 200,200'",
26 "InlineFlowBox", 26 "rect": [0, 0, 0, 0],
27 "LayoutSVGInlineText #text", 27 "reason": "bounds change"
28 "InlineTextBox 'This text should be at visible at 200,200'" 28 },
29 {
30 "object": "LayoutSVGInlineText #text",
31 "rect": [20, 6, 256, 17],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutSVGInlineText #text",
36 "rect": [200, 186, 256, 17],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutSVGRoot svg",
41 "rect": [20, 6, 256, 17],
42 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutSVGRoot svg",
46 "rect": [200, 186, 256, 17],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutSVGTSpan tspan id='ts'",
51 "rect": [20, 6, 256, 17],
52 "reason": "full"
53 },
54 {
55 "object": "LayoutSVGTSpan tspan id='ts'",
56 "rect": [200, 186, 256, 17],
57 "reason": "full"
58 },
59 {
60 "object": "LayoutSVGText text",
61 "rect": [20, 6, 256, 17],
62 "reason": "forced by layout"
63 },
64 {
65 "object": "LayoutSVGText text",
66 "rect": [200, 186, 256, 17],
67 "reason": "forced by layout"
68 },
69 {
70 "object": "RootInlineBox",
71 "rect": [0, 0, 0, 0],
72 "reason": "full"
73 },
74 {
75 "object": "RootInlineBox",
76 "rect": [0, 0, 0, 0],
77 "reason": "full"
78 }
29 ] 79 ]
30 } 80 }
31 ] 81 ]
32 } 82 }
33 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698