gecko-dev/layout/mathml/crashtests/1373767-1.html

23 строки
225 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
math {
position: fixed;
}
div {
transform: translateZ(0px);
}
body {
display: -moz-grid;
}
</style>
</head>
<body>
<div>
<math></math>
</div>
</body>
</html>