blob: 769f184146af748fc386191fe4897117f7aa9382 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>munderover@accentunder</title>
<meta charset="utf-8"/>
<script type="text/javascript">
function doTest() {
document.getElementById('mathOperator').setAttribute('accentunder', 'true');
document.documentElement.removeAttribute("class");
}
window.addEventListener("MozReftestInvalidate",doTest);
</script>
</head>
<body>
<math>
<munderover id="mathOperator"><mtext>X</mtext><mo>O</mo><mo>O</mo></munderover>
</math>
</body>
</html>
|