diff options
Diffstat (limited to 'layout/reftests/mathml/mfrac-C-1.html')
-rw-r--r-- | layout/reftests/mathml/mfrac-C-1.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mfrac-C-1.html b/layout/reftests/mathml/mfrac-C-1.html new file mode 100644 index 000000000..dda63fa63 --- /dev/null +++ b/layout/reftests/mathml/mfrac-C-1.html @@ -0,0 +1,21 @@ +<!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%"> + <mi> a </mi> + <mi> b </mi> + </mfrac> + </math> + </body> +</html> |