gecko-dev/layout/generic/crashtests/1233607.html
2018-06-30 20:54:35 +02:00

10 lines
226 B
HTML

<!DOCTYPE html>
<html style="width: 1px;">
<head>
<meta charset="UTF-8">
</head>
<body onload="x.style.color='red';">
<div id="x" style="overflow: scroll;"><input type="image" style="display: contents;"></div>
</body>
</html>