Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/forms/crashtests/403148-1.html

22 lines
329 B
HTML

<html>
<head>
<script>
function boom()
{
document.getElementById("ce").contentEditable = true;
document.documentElement.offsetHeight;
document.getElementById("finput").setAttribute("type", "");
}
</script>
</head>
<body onload="boom();">
<input id="finput" type="file" disabled>
<span id="ce"></span>
</body>
</html>