Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <title>Permissions API: test API surface.</title> | |
| 5 <script src="../resources/testharness.js"></script> | |
| 6 <script src="../resources/testharnessreport.js"></script> | |
| 7 <script src="../serviceworker/resources/test-helpers.js"></script> | |
| 8 <script src="resources/helpers.js"></script> | |
| 9 </head> | |
| 10 <body> | |
| 11 <!-- | |
| 12 This test file automatically run the .js file with the same name in the | |
| 13 resources/ directory. | |
|
Peter Beverloo
2014/12/01 11:30:35
Can we make this explicit, rather than magical?
<
mlamouri (slow - plz ping)
2014/12/01 12:36:00
Yeah, I agree, it's a bit too magical. I've added
| |
| 14 --> | |
| 15 </body> | |
| 16 </html> | |
| OLD | NEW |