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

Unified Diff: LayoutTests/svg/custom/dominant-baseline-inherit.svg

Issue 1241163002: dominant-baseline property should be inherited (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 5 years, 4 months 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/custom/dominant-baseline-inherit-expected.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/dominant-baseline-inherit.svg
diff --git a/LayoutTests/svg/custom/dominant-baseline-inherit.svg b/LayoutTests/svg/custom/dominant-baseline-inherit.svg
new file mode 100644
index 0000000000000000000000000000000000000000..0f5443c2b2f455fdd87cb8c39af50e16fae344a5
--- /dev/null
+++ b/LayoutTests/svg/custom/dominant-baseline-inherit.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <rect x="10" y="10" width="100" height="30" fill="green"/>
+ <text x="60" y="25" text-anchor="middle" dominant-baseline="central">
+ <tspan>TEXT</tspan>
+ </text>
+</svg>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/custom/dominant-baseline-inherit-expected.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698