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

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

Issue 2086703002: Auto-rebaseline for r400760 (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 "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": [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 { 46 {
47 "object": "LayoutSVGText text", 47 "object": "LayoutSVGText text",
48 "rect": [20, 6, 256, 18], 48 "rect": [20, 6, 256, 18],
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 {
56 "object": "LayoutSVGRoot svg", 68 "object": "LayoutSVGRoot svg",
57 "reason": "bounds change" 69 "reason": "bounds change"
58 }, 70 },
59 { 71 {
60 "object": "LayoutSVGText text", 72 "object": "LayoutSVGText text",
61 "reason": "forced by layout" 73 "reason": "forced by layout"
62 }, 74 },
63 { 75 {
64 "object": "RootInlineBox", 76 "object": "RootInlineBox",
65 "reason": "forced by layout" 77 "reason": "forced by layout"
(...skipping 10 matching lines...) Expand all
76 "object": "LayoutSVGInlineText #text", 88 "object": "LayoutSVGInlineText #text",
77 "reason": "bounds change" 89 "reason": "bounds change"
78 }, 90 },
79 { 91 {
80 "object": "InlineTextBox 'This text should be at visible at 200,200'", 92 "object": "InlineTextBox 'This text should be at visible at 200,200'",
81 "reason": "bounds change" 93 "reason": "bounds change"
82 } 94 }
83 ] 95 ]
84 } 96 }
85 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698