mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
73e0f6b5f2
--HG-- extra : rebase_source : a167ccf140387fa50e3668422b5a74bea0527255
24 lines
422 B
HTML
24 lines
422 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
|
|
<style type="text/css">
|
|
mover { font-size: 326590449211mm; }
|
|
</style>
|
|
|
|
<script type="text/javascript">
|
|
|
|
function boom()
|
|
{
|
|
document.getElementById("r").setAttribute("accentunder", "4");
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
|
|
<body onload="boom();">
|
|
|
|
<mover xmlns="http://www.w3.org/1998/Math/MathML" id="mover"><munderover id="r"><merror/><msqrt/></munderover></mover>
|
|
|
|
</body>
|
|
</html>
|