blob: cb4214a693cc9f3b44938907ce619bc4a89013b4 [file] [log] [blame]
<html>
<head>
<script>
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.waitUntilDone();
}
function test() {
// It is necessary to allow some time for the progress bar to render the
// progress and produce the crash.
window.setTimeout(function() {
if (window.layoutTestController)
layoutTestController.notifyDone();
}, 10);
}
</script>
</head>
<body onload="test();">
<h1>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=50341">Bug 50341</a>. It is not OK to crash.</h1>
<progress style='font: 1 required'/>
</body>
</html>