Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>munderover@accentunder</title>
<meta charset="utf-8"/>
<meta name="assert" content="Verifies invalidation after accentunder attribute is dynamically set.">
<link rel="match" href="munderover-accentunder-dynamic-001-ref.html">
<script>
function doTest() {
document.getElementById('mathOperator').setAttribute('accentunder', 'true');
document.documentElement.removeAttribute("class");
}
window.addEventListener("TestRendered",doTest);
</script>
</head>
<body>
<math>
<munderover id="mathOperator"><mtext>X</mtext><mo>O</mo><mo>O</mo></munderover>
</math>
</body>
</html>