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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/svg/filters/filter-on-filter-for-text-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-filter-for-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/filters/filter-on-filter-for-text-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/filters/filter-on-filter-for-text-expected.txt
index dd25ac37339249388ce9ff43322dc450d06bb799..be8852b6fe037fe4913bf6f37617101e079be7ac 100644
--- a/third_party/WebKit/LayoutTests/platform/win/svg/filters/filter-on-filter-for-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/svg/filters/filter-on-filter-for-text-expected.txt
@@ -1,20 +1,20 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
- LayoutSVGRoot {svg} at (10,9) size 240x28
+ LayoutSVGRoot {svg} at (0,0) size 800x600
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceFilter {filter} [id="filter"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feGaussianBlur stdDeviation="1.00, 1.00"]
[SourceGraphic]
- LayoutSVGText {text} at (30,12) size 200x22 contains 1 chunk(s)
+ LayoutSVGText {text} at (30,12) size 199.94x22 contains 1 chunk(s)
[filter="filter"] LayoutSVGResourceFilter {filter} at (10,9.80) size 239.93x26.40
- LayoutSVGInlineText {#text} at (0,0) size 132x22
+ LayoutSVGInlineText {#text} at (30,12) size 131.08x22
[filter="filter"] LayoutSVGResourceFilter {filter} at (16.89,9.80) size 157.29x26.40
chunk 1 text run 1 at (30.00,30.00) startOffset 0 endOffset 19 width 131.08: "This is for filter "
LayoutSVGTSpan {tspan} at (0,0) size 65x22
- LayoutSVGInlineText {#text} at (131,0) size 65x22
+ LayoutSVGInlineText {#text} at (161.08,12) size 64.20x22
[filter="filter"] LayoutSVGResourceFilter {filter} at (154.66,9.80) size 77.04x26.40
chunk 1 text run 1 at (161.08,30.00) startOffset 0 endOffset 9 width 63.87: "on filter"
- LayoutSVGInlineText {#text} at (194,0) size 5x22
+ LayoutSVGInlineText {#text} at (224.94,12) size 5x22
[filter="filter"] LayoutSVGResourceFilter {filter} at (224.44,9.80) size 6x26.40
chunk 1 text run 1 at (224.95,30.00) startOffset 0 endOffset 1 width 5.00: "."

Powered by Google App Engine
This is Rietveld 408576698