diff options
Diffstat (limited to 'layout/reftests/mathml/mpadded-9-ref.html')
-rw-r--r-- | layout/reftests/mathml/mpadded-9-ref.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mpadded-9-ref.html b/layout/reftests/mathml/mpadded-9-ref.html new file mode 100644 index 0000000000..9e5f3c6b80 --- /dev/null +++ b/layout/reftests/mathml/mpadded-9-ref.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html> + <head> + <title>Test mpadded</title> + </head> + <body> + <math> + <mpadded mathbackground="red" width="100width"> + <mphantom> + <mtext style="font-family: monospace">X</mtext> + </mphantom> + </mpadded> + </math> + <br> + <math> + <mpadded mathbackground="red" width="100width"> + <mphantom> + <mtext mathvariant="monospace">X</mtext> + </mphantom> + </mpadded> + </math> + </body> +</html> |