Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

SVG Preview (Scaled)

Preview of https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/svg/text/parsing/text-decoration-fill-computed.tentative.svg
<?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)");
test_computed_value("text-decoration-fill", 'url("https://example.com/")');
test_computed_value("text-decoration-fill", 'url("https://example.com/") none');
test_computed_value("text-decoration-fill", 'url("https://example.com/") rgb(12, 34, 56)');
]]></script>
</svg>