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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/absolute-sized-svg-in-xhtml-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/absolute-sized-svg-in-xhtml-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt
index 94ca7b31105ad2ac89d70b9da3ce74e3788f0252..17314ccd29e10104c4937898b25a5b5cd5eb2652 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt
@@ -9,11 +9,11 @@ layer at (0,0) size 800x104
text run at (0,86) width 55: "Test 123"
LayoutText {#text} at (54,86) size 5x18
text run at (54,86) width 5: " "
- LayoutSVGRoot {svg} at (58,0) size 101x100
- LayoutSVGText {text} at (0,-14) size 194x18 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 194x18
+ LayoutSVGRoot {svg} at (58.42,0) size 100x100
+ LayoutSVGText {text} at (0,-14) size 193.45x18 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (0,-14) size 193.45x18
chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 29 width 193.45: "You should see an error above"
- LayoutSVGRect {rect} at (58,0) size 101x100 [fill={[type=SOLID] [color=#008000]}] [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]
LayoutText {#text} at (158,86) size 5x18
text run at (158,86) width 5: " "
LayoutInline {h1} at (0,0) size 64x18

Powered by Google App Engine
This is Rietveld 408576698