diff options
Diffstat (limited to 'layout/reftests/mathml/mphantom-1-ref.html')
-rw-r--r-- | layout/reftests/mathml/mphantom-1-ref.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mphantom-1-ref.html b/layout/reftests/mathml/mphantom-1-ref.html new file mode 100644 index 0000000000..2cc362f91a --- /dev/null +++ b/layout/reftests/mathml/mphantom-1-ref.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <title>mphantom</title> + <meta charset="utf-8"/> + </head> + <body> + + <!-- <mphantom> should be invisible. --> + + </body> +</html> |