gecko/layout/generic/crashtests/876074-1.html

18 lines
307 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
function boom()
{
document.getElementById("c").style.content = "'x'";
}
</script>
</head>
<body style="display: inline-flex;" onload="boom();"><div></div><div style="display: table-caption;"></div><canvas id="c"></canvas></body>
</html>