Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 7 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /svg/text/parsing/text-decoration-fill-computed.tentative.svg - WPT Dashboard Interop Dashboard
<?xml version="1.0" encoding="UTF-8"?>
<title>SVG Text CSS Decoration Test: getComputedStyle().textDecorationFill</title>
<metadata>
<h:meta name="assert" content="SVG text-decoration-fill computed value is as specified."/>
</metadata>
<g id="target"></g>
<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-decoration-fill", "none");
test_computed_value("text-decoration-fill", "context-fill");
test_computed_value("text-decoration-fill", "context-stroke");
test_computed_value("text-decoration-fill", "rgb(12, 34, 56)");
]]></script>
</svg>