2014-04-01 16:35:15 +04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html class="reftest-wait">
|
|
|
|
<head>
|
|
|
|
<title>mfrac bevelled</title>
|
|
|
|
<script type="text/javascript">
|
|
|
|
function doTest() {
|
|
|
|
document.getElementById("testMfrac").removeAttribute("bevelled");
|
|
|
|
document.documentElement.removeAttribute("class");
|
|
|
|
}
|
2017-01-17 13:50:25 +03:00
|
|
|
window.addEventListener("MozReftestInvalidate",doTest);
|
2014-04-01 16:35:15 +04:00
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<math>
|
|
|
|
<mfrac id="testMfrac" style="font-size: 300%" bevelled="true">
|
|
|
|
<mspace width="20px" height="20px" mathbackground="red"></mspace>
|
|
|
|
<mspace width="20px" height="20px" mathbackground="red"></mspace>
|
|
|
|
</mfrac>
|
|
|
|
</math>
|
|
|
|
</body>
|
|
|
|
</html>
|