summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1233607.html
blob: bc3ecc852ca0fd995c21ce699f4e8f6bcbdab478 (plain)
1
2
3
4
5
6
7
8
9
<!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>