Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 1 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /svg/struct/scripted/svg-getIntersectionList-003.svg - WPT Dashboard Interop Dashboard
id="askedForIntersection">
<h:script src="/resources/testharness.js"/>
<h:script src="/resources/testharnessreport.js"/>
<style>
.c1:nth-last-of-type(1n) { }
</style>
<script>
const test = async_test('getIntersectionList() crash test');
window.onload = test.step_func_done(() => {
docElement = document.documentElement;
textarea.setAttribute("class", "c1");
docElement.appendChild(textarea);
object.setAttribute("usemap", "#DivLogo-map");
docElement.appendChild(iframe);
var svg = document.getElementById('askedForIntersection');
var rect = svg.createSVGRect();
svg.getIntersectionList(rect, svg);
});
</script>
<rect style='content: counters(c, ".", decimal)'></rect>
<text x="10" y="50">PASS (didn't crash)</text>
</svg>