зеркало из https://github.com/mozilla/gecko-dev.git
22 строки
564 B
HTML
22 строки
564 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<head>
|
|
<title>mfrac bevelled</title>
|
|
<script type="text/javascript">
|
|
function doTest() {
|
|
document.getElementById("testMfrac").setAttribute("bevelled","true");
|
|
document.documentElement.removeAttribute("class");
|
|
}
|
|
window.addEventListener("MozReftestInvalidate",doTest, false);
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<math>
|
|
<mfrac id="testMfrac" style="font-size: 300%" bevelled="false">
|
|
<mi> a </mi>
|
|
<mi> b </mi>
|
|
</mfrac>
|
|
</math>
|
|
</body>
|
|
</html>
|