diff options
Diffstat (limited to 'layout/generic/crashtests/804089-1.xhtml')
-rw-r--r-- | layout/generic/crashtests/804089-1.xhtml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/generic/crashtests/804089-1.xhtml b/layout/generic/crashtests/804089-1.xhtml new file mode 100644 index 0000000000..920d13957b --- /dev/null +++ b/layout/generic/crashtests/804089-1.xhtml @@ -0,0 +1,15 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<style> + +div.flexbox { + display: flex; + flex-direction: column; +} + +</style> +</head> +<body> +<div class="flexbox"><mo xmlns="http://www.w3.org/1998/Math/MathML"><mrow/></mo></div> +</body> +</html> |