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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/svg/text/text-fill-opacity-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/text/text-fill-opacity-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/text/text-fill-opacity-expected.txt
index 3f566ce8e3a8ace057e6b8ddad626260b1f9b40b..c8e9c1a9e2e7344499f7e7c3a1f69b4153308699 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/text/text-fill-opacity-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/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 202x46 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 202x46
+ 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.05x46 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (10,9) size 201.05x46
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 202x46 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 202x46
+ LayoutSVGText {text} at (10,59) size 201.05x46 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (10,59) size 201.05x46
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