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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/svg/text/text-decorations-in-scaled-pattern-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/text/text-decorations-in-scaled-pattern-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/text/text-decorations-in-scaled-pattern-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/text/text-decorations-in-scaled-pattern-expected.txt
index 991c943554cdb9de3a5f883a4757ff5779521ba9..8d7de35e2fc52f953fff720f83bb95c15e8cccd7 100644
--- a/third_party/WebKit/LayoutTests/platform/win/svg/text/text-decorations-in-scaled-pattern-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/svg/text/text-decorations-in-scaled-pattern-expected.txt
@@ -1,15 +1,15 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 600x400
- LayoutSVGRoot {svg} at (0,0) size 444x233
+ LayoutSVGRoot {svg} at (0,0) size 600x400
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourcePattern {pattern} [id="pattern"] [patternUnits=objectBoundingBox] [patternContentUnits=objectBoundingBox]
- LayoutSVGContainer {g} at (0,0) size 2x2 [transform={m=((0.05,0.01)(-0.00,0.20)) t=(0.00,0.00)}]
- LayoutSVGText {text} at (0,-3) size 27x8 contains 1 chunk(s)
+ LayoutSVGContainer {g} at (0,-2.36) size 26.98x6.86 [transform={m=((0.05,0.01)(-0.00,0.20)) t=(0.00,0.00)}]
+ LayoutSVGText {text} at (0,-2.36) size 26.98x6.86 contains 1 chunk(s)
LayoutSVGTSpan {tspan} at (0,0) size 27x7
- LayoutSVGInlineText {#text} at (0,0) size 27x7
+ LayoutSVGInlineText {#text} at (0,-2.36) size 26.98x6.86
chunk 1 text run 1 at (0.00,4.50) startOffset 0 endOffset 4 width 26.99: "PASS"
LayoutSVGRect {rect} at (0,0) size 200x200 [fill={[type=PATTERN] [id="pattern"]}] [x=0.00] [y=0.00] [width=200.00] [height=200.00]
- LayoutSVGText {text} at (0,216) size 444x17 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 444x17
+ LayoutSVGText {text} at (0,216) size 443.52x17 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (0,216) size 443.52x17
chunk 1 text run 1 at (0.00,230.00) startOffset 0 endOffset 70 width 443.52: "This test passes if the word \"PASS\" appears above with a line over it."

Powered by Google App Engine
This is Rietveld 408576698