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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/svg/custom/text-hit-test-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/text-hit-test-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-hit-test-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-hit-test-expected.txt
index f8fe1943dc607c7632e6b85f0e662794449d0743..82fca28f41b3910515495b53210fcea95a31af24 100644
--- a/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-hit-test-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-hit-test-expected.txt
@@ -1,15 +1,15 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
- LayoutSVGRoot {svg} at (20,111) size 248x156
- LayoutSVGContainer {g} at (20,111) size 248x156 [transform={m=((2.00,0.00)(0.00,2.00)) t=(0.00,0.00)}]
- LayoutSVGText {text} at (70,55) size 59x19 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 59x18
+ LayoutSVGRoot {svg} at (0,0) size 800x600
+ LayoutSVGContainer {g} at (10,55.50) size 123.55x78 [transform={m=((2.00,0.00)(0.00,2.00)) t=(0.00,0.00)}]
+ LayoutSVGText {text} at (70,55.50) size 58.20x18 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (70,55.50) size 58.20x18
chunk 1 text run 1 at (70.00,70.00) startOffset 0 endOffset 8 width 58.21: "Click me"
- LayoutSVGText {text} at (10,115) size 44x19 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 44x18
+ LayoutSVGText {text} at (10,115.50) size 43.56x18 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (10,115.50) size 43.56x18
chunk 1 text run 1 at (10.00,130.00) startOffset 0 endOffset 7 width 43.56: "Status:"
- LayoutSVGText {text} at (90,115) size 44x19 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 44x18
+ LayoutSVGText {text} at (90,115.50) size 43.55x18 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (90,115.50) size 43.55x18
chunk 1 text run 1 at (90.00,130.00) startOffset 0 endOffset 6 width 43.55: "Passed"
caret: position 3 of child 0 {#text} of child 1 {text} of child 3 {g} of child 1 {svg} of document

Powered by Google App Engine
This is Rietveld 408576698