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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/svg/filters/filter-on-filter-for-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/filters/filter-on-filter-for-text-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/filters/filter-on-filter-for-text-expected.txt
index fe0824affbd3bc61627c0f8ac343d6e17bf87e4b..ac2bc65ddd9376881dbdca848a0b5c125626e820 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/filters/filter-on-filter-for-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/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 238x29
+ 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 198x23 contains 1 chunk(s)
+ LayoutSVGText {text} at (30,12) size 197.75x23 contains 1 chunk(s)
[filter="filter"] LayoutSVGResourceFilter {filter} at (10.23,9.70) size 237.30x27.60
- LayoutSVGInlineText {#text} at (0,0) size 130x23
+ LayoutSVGInlineText {#text} at (30,12) size 129.98x23
[filter="filter"] LayoutSVGResourceFilter {filter} at (17,9.70) size 155.98x27.60
chunk 1 text run 1 at (30.00,30.00) startOffset 0 endOffset 19 width 129.99: "This is for filter "
LayoutSVGTSpan {tspan} at (0,0) size 64x23
- LayoutSVGInlineText {#text} at (129,0) size 63x23
+ LayoutSVGInlineText {#text} at (159.98,12) size 62.83x23
[filter="filter"] LayoutSVGResourceFilter {filter} at (153.70,9.70) size 75.39x27.60
chunk 1 text run 1 at (159.99,30.00) startOffset 0 endOffset 9 width 62.77: "on filter"
- LayoutSVGInlineText {#text} at (192,0) size 5x23
+ LayoutSVGInlineText {#text} at (222.75,12) size 5x23
[filter="filter"] LayoutSVGResourceFilter {filter} at (222.25,9.70) size 6x27.60
chunk 1 text run 1 at (222.76,30.00) startOffset 0 endOffset 1 width 5.00: "."

Powered by Google App Engine
This is Rietveld 408576698