Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /mathml/crashtests/math-depth-overflow.html - WPT Dashboard Interop Dashboard
 
 
<script>
document.addEventListener('DOMContentLoaded', () => {
  a.setAttribute('scriptlevel', '127')
  b.setAttribute('scriptlevel', '+2147483645')
  a.appendChild(b)
  document.documentElement.appendChild(a)
})
</script>