| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>Permissions API: test API surface.</title> | 4 <title>Permissions API: test API surface.</title> |
| 5 <script src="../resources/testharness.js"></script> | 5 <script src="../resources/testharness.js"></script> |
| 6 <script src="../resources/testharness-helpers.js"></script> | |
| 7 <script src="../resources/testharnessreport.js"></script> | 6 <script src="../resources/testharnessreport.js"></script> |
| 8 <script src="../serviceworker/resources/test-helpers.js"></script> | 7 <script src="../serviceworker/resources/test-helpers.js"></script> |
| 9 <script src="resources/helpers.js"></script> | 8 <script src="resources/helpers.js"></script> |
| 10 </head> | 9 </head> |
| 11 <body> | 10 <body> |
| 12 <script> | 11 <script> |
| 13 // Will run the test implemented in resources/{filename}.js on various | 12 // Will run the test implemented in resources/{filename}.js on various |
| 14 // scopes (Window, DedicatedWorker, SharedWorker, ServiceWorker). | 13 // scopes (Window, DedicatedWorker, SharedWorker, ServiceWorker). |
| 15 run_test(); | 14 run_test(); |
| 16 </script> | 15 </script> |
| 17 </body> | 16 </body> |
| 18 </html> | 17 </html> |
| OLD | NEW |