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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/svg/custom/style-attribute-font-size-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/custom/style-attribute-font-size-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/custom/style-attribute-font-size-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/custom/style-attribute-font-size-expected.txt
index 7c1b484423427ad9c712aef80f4ef7776ce47e56..0fc057ddc9abb9557ed83619b1606418d8d30da8 100644
--- a/third_party/WebKit/LayoutTests/platform/win/svg/custom/style-attribute-font-size-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/svg/custom/style-attribute-font-size-expected.txt
@@ -1,27 +1,27 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
- LayoutSVGRoot {svg} at (0,0) size 339x173
+ LayoutSVGRoot {svg} at (0,0) size 800x600
LayoutSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
LayoutSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
LayoutSVGText {text} at (150,10) size 20x12 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 20x12
+ LayoutSVGInlineText {#text} at (150,10) size 20x12
chunk 1 text run 1 at (150.00,20.00) startOffset 0 endOffset 3 width 20.00: "SVG"
LayoutSVGText {text} at (150,30) size 20x12 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 20x12
+ LayoutSVGInlineText {#text} at (150,30) size 20x12
chunk 1 text run 1 at (150.00,40.00) startOffset 0 endOffset 3 width 20.00: "SVG"
- LayoutSVGContainer {g} at (10,128) size 329x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,140.00)}]
+ LayoutSVGContainer {g} at (0,-12) size 329x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,140.00)}]
LayoutSVGText {text} at (0,-12) size 329x45 contains 1 chunk(s)
LayoutSVGTSpan {tspan} at (0,0) size 280x15
- LayoutSVGInlineText {#text} at (0,0) size 280x15
+ LayoutSVGInlineText {#text} at (0,-12) size 280x15
chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 40 width 280.00: "For this test case to be successful, the"
- LayoutSVGInlineText {#text} at (280,0) size 7x15
+ LayoutSVGInlineText {#text} at (280,-12) size 7x15
chunk 1 text run 1 at (280.00,0.00) startOffset 0 endOffset 1 width 7.00: " "
LayoutSVGTSpan {tspan} at (0,0) size 329x15
- LayoutSVGInlineText {#text} at (0,15) size 329x15
+ LayoutSVGInlineText {#text} at (0,3) size 329x15
chunk 1 text run 1 at (0.00,15.00) startOffset 0 endOffset 47 width 329.00: "rect should be green and the texts equal size. "
LayoutSVGInlineText {#text} at (0,0) size 0x0
LayoutSVGTSpan {tspan} at (0,0) size 63x15
- LayoutSVGInlineText {#text} at (0,30) size 63x15
+ LayoutSVGInlineText {#text} at (0,18) size 63x15
chunk 1 text run 1 at (0.00,30.00) startOffset 0 endOffset 9 width 63.00: "Bug 14926"
LayoutSVGInlineText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698