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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/svg/text/text-fill-opacity-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/text/text-fill-opacity-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/text/text-fill-opacity-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/text/text-fill-opacity-expected.txt
index d8d6bc7d750649c325dc0c7760e4912ba34084c5..4f9e88087e6882afab12e5f0d0efc1b0426f14dc 100644
--- a/third_party/WebKit/LayoutTests/platform/win/svg/text/text-fill-opacity-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/svg/text/text-fill-opacity-expected.txt
@@ -1,11 +1,11 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 500x100
- LayoutSVGRoot {svg} at (10,0) size 202x100
- LayoutSVGEllipse {circle} at (15,0) size 170x100 [fill={[type=SOLID] [color=#B4B4FA]}] [cx=100.00] [cy=20.00] [r=85.00]
- LayoutSVGText {text} at (10,9) size 202x45 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 202x45
+ LayoutSVGRoot {svg} at (0,0) size 500x100
+ LayoutSVGEllipse {circle} at (15,-65) size 170x170 [fill={[type=SOLID] [color=#B4B4FA]}] [cx=100.00] [cy=20.00] [r=85.00]
+ LayoutSVGText {text} at (10,9) size 201.05x45 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (10,9) size 201.05x45
chunk 1 text run 1 at (10.00,45.00) startOffset 0 endOffset 11 width 201.05: "30% opacity"
- LayoutSVGText {text} at (10,59) size 202x45 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 202x45
+ LayoutSVGText {text} at (10,59) size 201.05x45 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (10,59) size 201.05x45
chunk 1 text run 1 at (10.00,95.00) startOffset 0 endOffset 11 width 201.05: "30% opacity"

Powered by Google App Engine
This is Rietveld 408576698