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/path/property/inheritance.tentative.svg
<?xml version="1.0" encoding="UTF-8"?>
<title>Inheritance of path properties</title>
<metadata>
<h:meta name="assert" content="path-length does not inherit."/>
</metadata>
<g id="container">
<g id="target"></g>
</g>
<h:script src="/resources/testharness.js"/>
<h:script src="/resources/testharnessreport.js"/>
<h:script src="/css/support/inheritance-testcommon.js"/>
<script><![CDATA[
assert_not_inherited('path-length', 'none', '10');
]]></script>
</svg>