chromium/third_party/blink/web_tests/http/tests/misc/gmail-assert-on-load.html

<html>
<script>
if (window.testRunner) {
    testRunner.dumpAsText();
}
</script>
<body>
<p>This test provokes HTMLTokenizer::timerFired to be called and from within timerFired we want to call WebCore::pageDestroyed.</p>
<p>You pass this test if you don't see an ASSERT. This is from http://bugs.webkit.org/show_bug.cgi?id=15765.</p>
<iframe src="resources/gmail-assert-on-load-frame.html"></iframe>
</body>