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-1703592.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
* {
font-size: 1237818528.6247747em;
}
</style>
<script>
window.addEventListener('load', async () => {
svg_2.setAttribute('width', '14em')
anchor.appendChild(svg_2)
svg_1.appendChild(anchor)
document.documentElement.appendChild(svg_1)
const selection = window.getSelection()
selection.selectAllChildren(svg_1)
})
</script>