Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="UTF-8"?>
width="800px" height="800px">
<title>SVG Text: getComputedStyle().textAnchor</title>
<metadata>
<h:meta name="assert" content="text-anchor computed value is the specified keyword."/>
</metadata>
<text id="target"></text>
<h:script src="/resources/testharness.js"/>
<h:script src="/resources/testharnessreport.js"/>
<h:script src="/css/support/computed-testcommon.js"/>
<script><![CDATA[
test_computed_value("text-anchor", "start");
test_computed_value("text-anchor", "middle");
test_computed_value("text-anchor", "end");
]]></script>
</svg>