Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/style/crashtests/crashtests.list
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
emptyset.setAttributeNS(null, "mathvariant", "3");
mspace.appendChild(emptyset);
document.body.appendChild(mspace);
emptyset.removeAttribute('mathvariant');
}
</script>
</head>
<body onload="boom()"></body>
</html>