Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/web-platform/tests/svg/text/parsing/text-anchor-valid.svg
<?xml version="1.0" encoding="UTF-8"?>
width="800px" height="800px">
<title>SVG Text: parsing text-anchor with valid values</title>
<metadata>
<h:meta name="assert" content="text-anchor supports the full grammar 'start | middle | end'."/>
</metadata>
<g id="target"></g>
<h:script src="/resources/testharness.js"/>
<h:script src="/resources/testharnessreport.js"/>
<h:script src="/css/support/parsing-testcommon.js"/>
<script><![CDATA[
test_valid_value("text-anchor", "start");
test_valid_value("text-anchor", "middle");
test_valid_value("text-anchor", "end");
]]></script>
</svg>