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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/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/linux/svg/custom/text-hit-test-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-hit-test-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-hit-test-expected.txt
index 788bbe384034976b684e42df0527661484627175..38347f14baeeb8453c8f17960a78197871dd6d9e 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-hit-test-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/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,112) size 244x156
- LayoutSVGContainer {g} at (20,112) size 244x156 [transform={m=((2.00,0.00)(0.00,2.00)) t=(0.00,0.00)}]
+ LayoutSVGRoot {svg} at (0,0) size 800x600
+ LayoutSVGContainer {g} at (10,56) size 122x78 [transform={m=((2.00,0.00)(0.00,2.00)) t=(0.00,0.00)}]
LayoutSVGText {text} at (70,56) size 57x18 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 57x18
+ LayoutSVGInlineText {#text} at (70,56) size 57x18
chunk 1 text run 1 at (70.00,70.00) startOffset 0 endOffset 8 width 57.00: "Click me"
- LayoutSVGText {text} at (10,116) size 43x18 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 43x18
+ LayoutSVGText {text} at (10,116) size 42.50x18 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (10,116) size 42.50x18
chunk 1 text run 1 at (10.00,130.00) startOffset 0 endOffset 7 width 42.50: "Status:"
LayoutSVGText {text} at (90,116) size 42x18 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 42x18
+ LayoutSVGInlineText {#text} at (90,116) size 42x18
chunk 1 text run 1 at (90.00,130.00) startOffset 0 endOffset 6 width 42.00: "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