Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/crashtests/mozilla/353612-1.xhtml - WPT Dashboard Interop Dashboard
<head>
<script>
function foo()
{
document.getElementById("ms").setAttribute("lquote", "'");
}
</script>
</head>
<body onload="foo()">
</body>
</html>