diff options
Diffstat (limited to 'layout/reftests/mathml/mi-mathvariant-3.html')
-rw-r--r-- | layout/reftests/mathml/mi-mathvariant-3.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mi-mathvariant-3.html b/layout/reftests/mathml/mi-mathvariant-3.html new file mode 100644 index 0000000000..aa503da9a9 --- /dev/null +++ b/layout/reftests/mathml/mi-mathvariant-3.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <title>Mathematica Alphanumeric Italic</title> + <meta charset="utf-8"/> + </head> + <body> + + <!-- The lowercase italic o should be smaller than the uppercase italic X + (this will fail if missing char boxes are used) --> + <math><mstyle mathbackground="red"><mphantom><mi>o</mi></mphantom></mstyle></math> + + </body> +</html> |