diff options
Diffstat (limited to 'layout/reftests/mathml/semantics-5.html')
-rw-r--r-- | layout/reftests/mathml/semantics-5.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/mathml/semantics-5.html b/layout/reftests/mathml/semantics-5.html new file mode 100644 index 0000000000..0c2ad9541a --- /dev/null +++ b/layout/reftests/mathml/semantics-5.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<head> + <title>semantics - embellished operator (bug 21479)</title> + <meta charset="utf-8"/> +</head> +<body> + <p> + <math xmlns="http://www.w3.org/1998/Math/MathML"> + <mover> + <mspace width="300px" height="10px" mathbackground="black"></mspace> + <semantics><mo>¯</mo></semantics> + </mover> + </math> + </p> +</body> +</html> |