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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/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/win/svg/filters/filter-on-tspan-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/filters/filter-on-tspan-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/filters/filter-on-tspan-expected.txt
index b7fb5b98afc072b0aadbcc4a5561ac79039c23db..1ea190fb6548e8e8f88ee4378e5e8cddc4c325bf 100644
--- a/third_party/WebKit/LayoutTests/platform/win/svg/filters/filter-on-tspan-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/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,86) size 101x17
+ 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,86) size 101x17 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 70x17
+ LayoutSVGText {text} at (100,86) size 100.19x17 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (100,86) size 69.77x17
chunk 1 text run 1 at (100.00,100.00) startOffset 0 endOffset 12 width 69.77: "Die ist ein "
LayoutSVGTSpan {tspan} at (0,0) size 28x17
- LayoutSVGInlineText {#text} at (69,0) size 27x17
+ LayoutSVGInlineText {#text} at (169.77,86) size 26.42x17
[filter="filter"] LayoutSVGResourceFilter {filter} at (167.12,84.30) size 31.71x20.40
chunk 1 text run 1 at (169.77,100.00) startOffset 0 endOffset 4 width 26.43: "Test"
- LayoutSVGInlineText {#text} at (96,0) size 4x17
+ LayoutSVGInlineText {#text} at (196.19,86) size 4x17
chunk 1 text run 1 at (196.20,100.00) startOffset 0 endOffset 1 width 4.00: "."

Powered by Google App Engine
This is Rietveld 408576698