Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / loading / sync-xhr-priority.html
blob836da2bd8d2634a7a38c0af8c6ebd409cab6c8a4
1 <html>
2 <head>
3 <script src="/js-test-resources/js-test.js"></script>
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpResourceRequestPriorities();
7 testRunner.dumpAsText();
9 </script>
10 </head>
11 <body>
12 <script>
13 var xhr = new XMLHttpRequest();
14 xhr.open("GET", "../resources/test.mp4", false);
15 xhr.send();
16 </script>
17 </body>
18 </html>