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/405187-1.xhtml - WPT Dashboard Interop Dashboard
<head>
<style id="s">
[class="fx"] { position: fixed; }
</style>
</head>
<body onload="document.getElementById('s').textContent = '* { color: magenta; }'">
<m:mrow><m:mrow class="fx" /><span class="fx" /></m:mrow>
</body>
</html>