diff options
Diffstat (limited to 'layout/mathml/crashtests/463763-2.xhtml')
-rw-r--r-- | layout/mathml/crashtests/463763-2.xhtml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/mathml/crashtests/463763-2.xhtml b/layout/mathml/crashtests/463763-2.xhtml new file mode 100644 index 000000000..8d41abade --- /dev/null +++ b/layout/mathml/crashtests/463763-2.xhtml @@ -0,0 +1,12 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> +<body> +<math xmlns="http://www.w3.org/1998/Math/MathML" + xmlns:h="http://www.w3.org/1999/xhtml"> +<mstyle displaystyle="false"> +<munder style="display:block"><mo movablelimits="true"><h:frameset/></mo></munder> +<mover style="display:block"><mo movablelimits="true"><h:frameset/></mo></mover> +<munderover style="display:block"><mo movablelimits="true"><h:frameset/></mo></munderover> +</mstyle> +</math> +</body> +</html> |