chromium/third_party/blink/web_tests/fast/dom/HTMLProgressElement/progress-element-indeterminate-crash.html

<!DOCTYPE html>
<html>
<body>
<script src="../../../resources/js-test.js"></script>
<h1>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=102459">Bug 102459</a>. OK if not crashed.</h1>
<progress indeterminate="true"></progress>
<p>PASS unless crash.</p>

<pre id="console"></pre>
</body>
</html>