Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / early-load-cancel.html
blob25d7ba4521a9f909d20a150a8afef23ef36f6bba
1 <iframe src="resources/early-load-cancel-inner.html"></iframe>
3 <p>A series of unfortunate circumstances can lead to starting a load
4 and then cancelling it while loading is deferred, thus leading to a
5 mismatched set of callbacks (it gets cancelled without ever
6 starting). If this test does not crash or fail an assertion, then that
7 bug is fixed.</p>
9 <script>
10 if (window.testRunner)
11 testRunner.dumpAsText();
12 </script>