chromium/third_party/blink/web_tests/http/tests/navigation/navigation-redirect-schedule-crash.html

<html>
<style>
@font-face { font-family: "A"; src: url(); }
summary { font-family: A; }
</style>
<script>
if (window.testRunner) {
    testRunner.dumpAsText();
    testRunner.waitUntilDone();
    testRunner.setDumpConsoleMessages(false);
}

function loadComplete() {
    document.open();
    document.write('PASS');
    document.close();
    setTimeout("finish()", 0);
}

function finish() {
    if (window.testRunner)
        testRunner.notifyDone();
}
</script>
<body onload="loadComplete()">
<summary>
<OBJECT CODEBASE="http://xw2k.sdct.itl.nist.gov/brady/dom/" DATA="./pix/logo.gif">
</summary>
</body>
</html>