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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/svg/text/text-decorations-in-scaled-pattern-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/text/text-decorations-in-scaled-pattern-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/text/text-decorations-in-scaled-pattern-expected.txt
index dd5597ceb3a0d14ab14b09d3a8129669fd4e7a37..f900c0df6788bcd2819cd92b6ac4e36ac5500148 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/text/text-decorations-in-scaled-pattern-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/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 444x234
+ 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 1x2 [transform={m=((0.05,0.01)(-0.00,0.20)) t=(0.00,0.00)}]
- LayoutSVGText {text} at (0,-3) size 12x8 contains 1 chunk(s)
+ LayoutSVGContainer {g} at (0,-2.36) size 11.34x6.92 [transform={m=((0.05,0.01)(-0.00,0.20)) t=(0.00,0.00)}]
+ LayoutSVGText {text} at (0,-2.36) size 11.34x6.92 contains 1 chunk(s)
LayoutSVGTSpan {tspan} at (0,0) size 12x7
- LayoutSVGInlineText {#text} at (0,0) size 12x7
+ LayoutSVGInlineText {#text} at (0,-2.36) size 11.34x6.92
chunk 1 text run 1 at (0.00,4.50) startOffset 0 endOffset 4 width 11.35: "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 444x18 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 444x18
+ LayoutSVGText {text} at (0,216) size 443.52x18 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (0,216) size 443.52x18
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