Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / eventsource / workers / eventsource-csp-redirect.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Security-Policy"
5       content="connect-src http://127.0.0.1:8000/js-test-resources/js-test.js http://127.0.0.1:8000/resources/redirect.php">
6 <script src="/js-test-resources/js-test.js"></script>
7 </head>
8 <body>
9 <script>
10 startWorker("../script-tests/eventsource-csp-redirect.js");
11 </script>
12 </body>
13 </html>