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

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

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutSVGInlineText #text", 12 "object": "LayoutSVGInlineText #text",
11 "rect": [200, 186, 256, 18], 13 "rect": [200, 186, 256, 18],
12 "reason": "bounds change" 14 "reason": "bounds change"
13 }, 15 },
14 { 16 {
(...skipping 23 matching lines...) Expand all
38 }, 40 },
39 { 41 {
40 "object": "LayoutSVGTSpan tspan id='ts'", 42 "object": "LayoutSVGTSpan tspan id='ts'",
41 "rect": [20, 6, 256, 18], 43 "rect": [20, 6, 256, 18],
42 "reason": "full" 44 "reason": "full"
43 }, 45 },
44 { 46 {
45 "object": "LayoutSVGText text", 47 "object": "LayoutSVGText text",
46 "rect": [20, 6, 256, 18], 48 "rect": [20, 6, 256, 18],
47 "reason": "forced by layout" 49 "reason": "forced by layout"
48 },
49 {
50 "object": "InlineFlowBox",
51 "reason": "full"
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"
64 },
65 {
66 "object": "RootInlineBox",
67 "reason": "full"
68 },
69 {
70 "object": "RootInlineBox",
71 "reason": "full"
72 } 50 }
73 ] 51 ]
74 } 52 }
53 ],
54 "objectPaintInvalidations": [
55 {
56 "object": "LayoutSVGRoot svg",
57 "reason": "bounds change"
58 },
59 {
60 "object": "LayoutSVGText text",
61 "reason": "forced by layout"
62 },
63 {
64 "object": "RootInlineBox",
65 "reason": "forced by layout"
66 },
67 {
68 "object": "LayoutSVGTSpan tspan id='ts'",
69 "reason": "full"
70 },
71 {
72 "object": "InlineFlowBox",
73 "reason": "full"
74 },
75 {
76 "object": "LayoutSVGInlineText #text",
77 "reason": "bounds change"
78 },
79 {
80 "object": "InlineTextBox 'This text should be at visible at 200,200'",
81 "reason": "bounds change"
82 }
75 ] 83 ]
76 } 84 }
77 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698