Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/svg/crashtests/crashtests.list
<script>
window.addEventListener("load", function() {
location.hash = "#a";
document.documentElement.removeAttribute("class");
}, false);
</script>
</html>