Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / origin-exact-matching / 39.html
blobfc48fc385b9e053c59a82dc32c632386fe3f7014
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="/xmlhttprequest/resources/origin-exact-matching-test.js"></script>
5 </head>
6 <body>
7 <script>
8 // One of many tests relying on synchronous XMLHttpRequest to verify handling of CORS header matching.
9 // The test case is chosen based on the filename. This is hacky, but marginally maintainable, and doesn't
10 // make the bots cry. Sorry.
11 injectIframeTest();
12 </script>
13 </body>
14 </html>