Wait for both .stop() tests to finish, don't count on timing.
[jquery.git] / test / csp.php
blobe3245149c47a975a0ea1a73ab4c483d7852076bd
1 <?php header("X-Content-Security-Policy-Report-Only: allow *"); ?>
2 <!DOCTYPE html>
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <title>CSP Test Page</title>
8 <script src="../dist/jquery.js"></script>
9 </head>
10 <body>
11 <p>CSP Test Page</p>
12 </body>
13 </html>