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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/empty-mask-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/custom/empty-mask-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/empty-mask-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/empty-mask-expected.txt
index ceaebf8705e32c9da0eb0390f97e985edb2c4885..a347a13f46f2a8fccb64864380616033221a0086 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/empty-mask-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/empty-mask-expected.txt
@@ -1,14 +1,14 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
- LayoutSVGRoot {svg} at (0,0) size 0x0
+ LayoutSVGRoot {svg} at (0,0) size 800x600
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceMasker {mask} [id="mask"] [maskUnits=objectBoundingBox] [maskContentUnits=userSpaceOnUse]
- LayoutSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#FFFFFF]}] [x=-0.50] [y=-0.50] [width=0.10] [height=0.10]
- LayoutSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#008000]}] [x=20.00] [y=20.00] [width=100.00] [height=100.00]
+ LayoutSVGRect {rect} at (-0.50,-0.50) size 0.10x0.10 [fill={[type=SOLID] [color=#FFFFFF]}] [x=-0.50] [y=-0.50] [width=0.10] [height=0.10]
+ LayoutSVGRect {rect} at (20,20) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=20.00] [y=20.00] [width=100.00] [height=100.00]
[masker="mask"] LayoutSVGResourceMasker {mask} at (0,0) size 0x0
- LayoutSVGText {text} at (60,46) size 23x18 contains 1 chunk(s)
+ LayoutSVGText {text} at (60,46) size 22.23x18 contains 1 chunk(s)
[masker="mask"] LayoutSVGResourceMasker {mask} at (0,0) size 0x0
LayoutSVGTSpan {tspan} at (0,0) size 23x18
- LayoutSVGInlineText {#text} at (0,0) size 23x18
+ LayoutSVGInlineText {#text} at (60,46) size 22.23x18
chunk 1 text run 1 at (60.00,60.00) startOffset 0 endOffset 4 width 22.22: "test"

Powered by Google App Engine
This is Rietveld 408576698