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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "InlineFlowBox", 10 "object": "LayoutSVGInlineText #text",
11 "rect": [0, 0, 0, 0], 11 "rect": [200, 186, 256, 18],
12 "reason": "bounds change"
13 },
14 {
15 "object": "LayoutSVGRoot svg",
16 "rect": [200, 186, 256, 18],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutSVGTSpan tspan id='ts'",
21 "rect": [200, 186, 256, 18],
12 "reason": "full" 22 "reason": "full"
13 }, 23 },
14 { 24 {
15 "object": "InlineFlowBox", 25 "object": "LayoutSVGText text",
16 "rect": [0, 0, 0, 0], 26 "rect": [200, 186, 256, 18],
17 "reason": "full" 27 "reason": "forced by layout"
18 },
19 {
20 "object": "InlineTextBox 'This text should be at visible at 200,200'",
21 "rect": [0, 0, 0, 0],
22 "reason": "full"
23 },
24 {
25 "object": "InlineTextBox 'This text should be at visible at 200,200'",
26 "rect": [0, 0, 0, 0],
27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGInlineText #text", 30 "object": "LayoutSVGInlineText #text",
31 "rect": [20, 6, 256, 18], 31 "rect": [20, 6, 256, 18],
32 "reason": "bounds change" 32 "reason": "bounds change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGInlineText #text",
36 "rect": [200, 186, 256, 18],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutSVGRoot svg", 35 "object": "LayoutSVGRoot svg",
41 "rect": [20, 6, 256, 18], 36 "rect": [20, 6, 256, 18],
42 "reason": "bounds change" 37 "reason": "bounds change"
43 }, 38 },
44 { 39 {
45 "object": "LayoutSVGRoot svg",
46 "rect": [200, 186, 256, 18],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutSVGTSpan tspan id='ts'", 40 "object": "LayoutSVGTSpan tspan id='ts'",
51 "rect": [20, 6, 256, 18], 41 "rect": [20, 6, 256, 18],
52 "reason": "full" 42 "reason": "full"
53 }, 43 },
54 { 44 {
55 "object": "LayoutSVGTSpan tspan id='ts'",
56 "rect": [200, 186, 256, 18],
57 "reason": "full"
58 },
59 {
60 "object": "LayoutSVGText text", 45 "object": "LayoutSVGText text",
61 "rect": [20, 6, 256, 18], 46 "rect": [20, 6, 256, 18],
62 "reason": "forced by layout" 47 "reason": "forced by layout"
63 }, 48 },
64 { 49 {
65 "object": "LayoutSVGText text", 50 "object": "InlineFlowBox",
66 "rect": [200, 186, 256, 18], 51 "reason": "full"
67 "reason": "forced by layout" 52 },
53 {
54 "object": "InlineFlowBox",
55 "reason": "full"
56 },
57 {
58 "object": "InlineTextBox 'This text should be at visible at 200,200'",
59 "reason": "full"
60 },
61 {
62 "object": "InlineTextBox 'This text should be at visible at 200,200'",
63 "reason": "bounds change"
68 }, 64 },
69 { 65 {
70 "object": "RootInlineBox", 66 "object": "RootInlineBox",
71 "rect": [0, 0, 0, 0],
72 "reason": "full" 67 "reason": "full"
73 }, 68 },
74 { 69 {
75 "object": "RootInlineBox", 70 "object": "RootInlineBox",
76 "rect": [0, 0, 0, 0],
77 "reason": "full" 71 "reason": "full"
78 } 72 }
79 ] 73 ]
80 } 74 }
81 ] 75 ]
82 } 76 }
83 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698