Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/interact/parsing/pointer-events-invalid.svg - WPT Dashboard Interop Dashboard
width="800px" height="8000px">
<title>SVG Scripting and Interactivity: parsing pointer-events with invalid values</title>
<metadata>
<h:meta name="assert" content="pointer-events supports only the grammar 'auto | bounding-box | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | none'."/>
</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_invalid_value("pointer-events", "markers");
test_invalid_value("pointer-events", "0");
test_invalid_value("pointer-events", "visiblePainted visibleFill");
]]></script>
</svg>