diff options
Diffstat (limited to 'layout/reftests/mathml/dynamic-mi-ref.xhtml')
-rw-r--r-- | layout/reftests/mathml/dynamic-mi-ref.xhtml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/mathml/dynamic-mi-ref.xhtml b/layout/reftests/mathml/dynamic-mi-ref.xhtml new file mode 100644 index 0000000000..672592bbbe --- /dev/null +++ b/layout/reftests/mathml/dynamic-mi-ref.xhtml @@ -0,0 +1,11 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title>Reftest for bug 409125</title> +</head> + +<body> + +<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mi id="mi">mi</mi></math> + +</body> +</html> |