diff options
Diffstat (limited to 'layout/mathml/crashtests/1373767-1.html')
-rw-r--r-- | layout/mathml/crashtests/1373767-1.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/layout/mathml/crashtests/1373767-1.html b/layout/mathml/crashtests/1373767-1.html new file mode 100644 index 0000000000..a159cec7be --- /dev/null +++ b/layout/mathml/crashtests/1373767-1.html @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="UTF-8"> +<style> +math { + position: fixed; +} +div { + transform: translateZ(0px); +} +body { + display: -moz-box; +} +</style> +</head> +<body> +<div> +<math></math> +</div> +</body> +</html> |