Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / loading / progress-finished-callback.html
blob7cef67153382246fefb873b24e39906ad1f6099f
1 <script>
2 if (window.testRunner) {
3 testRunner.dumpAsText();
4 testRunner.dumpProgressFinishedCallback();
6 </script>
7 This is a test of progress finished callback ordering in relation to frame loader callbacks. It is only useful inside the regression test tool.