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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/filters/filter-on-tspan-expected.txt

Issue 2521473002: Change SVG layout tree output to be more meaningful and consistent (Closed)
Patch Set: - Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/linux/svg/filters/filter-on-tspan-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/filters/filter-on-tspan-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/filters/filter-on-tspan-expected.txt
index 3eee00566a0dae6c01db58c42605eac5032f4110..133e1906325344d55fa56e19b08299cd30d719cf 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/filters/filter-on-tspan-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/filters/filter-on-tspan-expected.txt
@@ -1,16 +1,16 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
- LayoutSVGRoot {svg} at (100,85) size 92x19
+ LayoutSVGRoot {svg} at (0,0) size 800x600
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceFilter {filter} [id="filter"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feFlood flood-color="#008000" flood-opacity="1.00"]
- LayoutSVGText {text} at (100,85) size 92x19 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 63x19
+ LayoutSVGText {text} at (100,85) size 91.88x19 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (100,85) size 63x19
chunk 1 text run 1 at (100.00,100.00) startOffset 0 endOffset 12 width 63.00: "Die ist ein "
LayoutSVGTSpan {tspan} at (0,0) size 25x19
- LayoutSVGInlineText {#text} at (63,0) size 25x19
+ LayoutSVGInlineText {#text} at (163,85) size 24.88x19
[filter="filter"] LayoutSVGResourceFilter {filter} at (160.51,83.10) size 29.85x22.80
chunk 1 text run 1 at (163.00,100.00) startOffset 0 endOffset 4 width 24.88: "Test"
- LayoutSVGInlineText {#text} at (87,0) size 4x19
+ LayoutSVGInlineText {#text} at (187.88,85) size 4x19
chunk 1 text run 1 at (187.88,100.00) startOffset 0 endOffset 1 width 4.00: "."

Powered by Google App Engine
This is Rietveld 408576698