diff options
Diffstat (limited to 'layout/reftests/mathml/mathvariant-3-ref.html')
-rw-r--r-- | layout/reftests/mathml/mathvariant-3-ref.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mathvariant-3-ref.html b/layout/reftests/mathml/mathvariant-3-ref.html new file mode 100644 index 000000000..8ac911c1d --- /dev/null +++ b/layout/reftests/mathml/mathvariant-3-ref.html @@ -0,0 +1,44 @@ +<!DOCTYPE html> +<html> + <head> + <title>Test math-variant interaction with fontstyle and fontweight</title> + </head> + <body> + <math> + <mrow> + <mtext>A</mtext> + <mtext>A</mtext> + </mrow> + </math> + <p> + <math> + <mn>A</mn> + </math> + </p> + <p> + <math> + <mn fontweight="bold">A</mn> + </math> + </p> + <p> + <math> + <mn fontweight="bold" fontstyle="italic">A</mn> + </math> + </p> + <p> + <math> + <mn fontweight="bold" fontstyle="italic">A</mn> + </math> + </p> + <p> + <math> + <mn fontweight="bold" fontstyle="italic">A</mn> + </math> + </p> + <p> + <math> + <mn>A</mn> + </math> + </p> + </body> + </html> |