Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/crashtests/firefox-bug-1688293.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<script>
window.addEventListener('load', () => {
document.documentElement.appendChild(svg)
svg.setAttribute('id', 'id_0')
clip.appendChild(use)
svg.appendChild(clip)
document.documentElement.appendChild(style)
style.textContent = `
@import url(dom--23104-J7UdNQ5SQ5Rv-.css);
* {
filter: url(#id_0);
}
svg|* {
transition: 352ms ! important;
y: 29%;
}`
})
</script>