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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/svg/text/selection-doubleclick-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/selection-doubleclick-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/text/selection-doubleclick-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/text/selection-doubleclick-expected.txt
index 7ed2063b2a330deb91ebefa830db0653da279663..6c0fdf671de582d897bccf6dab3d79697519c349 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/text/selection-doubleclick-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/svg/text/selection-doubleclick-expected.txt
@@ -1,12 +1,12 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
- LayoutSVGRoot {svg} at (70,5) size 251x106
- LayoutSVGText {text} at (14,1) size 51x12 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 51x12
+ LayoutSVGRoot {svg} at (0,0) size 800x600
+ LayoutSVGText {text} at (14,1) size 50.03x11.19 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (14,1) size 50.03x11.19
chunk 1 text run 1 at (14.00,10.00) startOffset 0 endOffset 11 width 50.03: "foo bar baz"
- LayoutSVGText {text} at (14,11) size 38x12 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 38x12
+ LayoutSVGText {text} at (14,11) size 37.23x11.19 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (14,11) size 37.23x11.19
chunk 1 text run 1 at (14.00,20.00) startOffset 0 endOffset 9 width 37.25: "next line"
selection start: position 4 of child 0 {#text} of child 1 {text} of child 0 {svg} of document
selection end: position 7 of child 0 {#text} of child 1 {text} of child 0 {svg} of document

Powered by Google App Engine
This is Rietveld 408576698