blob: e125e71d8a75733365279404ec524602b08d28fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html xmlns="http://www.w3.org/1999/xhtml" style="filter: url(#r);" class="reftest-wait"><head>
<script type="text/javascript">
function boom()
{
document.getElementById("s").setAttribute("style", "display: -moz-box;");
document.documentElement.removeAttribute("class");
}
window.addEventListener("load", function() { setTimeout(boom, 0); }, false);
</script>
</head><body><ms xmlns="http://www.w3.org/1998/Math/MathML" id="s"><maction id="r"/></ms></body></html>
|