Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / origin-exact-matching / 27.html
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>