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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/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/linux/svg/text/selection-doubleclick-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/text/selection-doubleclick-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/text/selection-doubleclick-expected.txt
index 94016ea14071fddf47ddd6ec90aef2d1a2b0d69c..639b58a9810bdd1bc6132303e39dd4abd65f9caa 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/text/selection-doubleclick-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/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,4) size 252x108
- LayoutSVGText {text} at (14,0) size 51x13 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 51x12
+ LayoutSVGRoot {svg} at (0,0) size 800x600
+ LayoutSVGText {text} at (14,0.81) size 50.39x11.39 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (14,0.81) size 50.39x11.39
chunk 1 text run 1 at (14.00,10.00) startOffset 0 endOffset 11 width 50.40: "foo bar baz"
- LayoutSVGText {text} at (14,10) size 38x13 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 38x12
+ LayoutSVGText {text} at (14,10.81) size 37.59x11.39 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (14,10.81) size 37.59x11.39
chunk 1 text run 1 at (14.00,20.00) startOffset 0 endOffset 9 width 37.60: "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