| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>Notifications: ServiceWorkerRegistration.showNotification().</title> | 4 <title>Notifications: ServiceWorkerRegistration.showNotification().</title> |
| 5 <script src="../resources/testharness.js"></script> | 5 <script src="../resources/testharness.js"></script> |
| 6 <script src="../resources/testharnessreport.js"></script> | 6 <script src="../resources/testharnessreport.js"></script> |
| 7 <script src="../serviceworker/resources/test-helpers.js"></script> | 7 <script src="../serviceworker/resources/test-helpers.js"></script> |
| 8 </head> | 8 </head> |
| 9 <body> | 9 <body> |
| 10 <script> | 10 <script> |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 test.done(); | 30 test.done(); |
| 31 }); | 31 }); |
| 32 | 32 |
| 33 }).catch(unreached_rejection(test)); | 33 }).catch(unreached_rejection(test)); |
| 34 | 34 |
| 35 }, 'showNotification() must reject if there is no active registration on t
he ServiceWorkerRegistration.'); | 35 }, 'showNotification() must reject if there is no active registration on t
he ServiceWorkerRegistration.'); |
| 36 | 36 |
| 37 </script> | 37 </script> |
| 38 </body> | 38 </body> |
| 39 </html> | 39 </html> |
| OLD | NEW |