jruderman%hmc.edu 0abd14f7e0 Add crashtest
git-svn-id: svn://10.0.0.236/trunk@242753 18797224-902f-48f8-a5cc-f745e15eee43
2008-01-09 20:08:01 +00:00

11 lines
319 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:m="http://www.w3.org/1998/Math/MathML">
<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>