| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <body> | 3 <body> |
| 4 <script src="../js/resources/js-test-pre.js"></script> | 4 <script src="../js/resources/js-test-pre.js"></script> |
| 5 <script src="../js/resources/leak-check.js"></script> | 5 <script src="../js/resources/leak-check.js"></script> |
| 6 <script> | 6 <script> |
| 7 testRunner.grantWebNotificationPermission("file://"); | 7 testRunner.grantWebNotificationPermission("file://"); |
| 8 var tolerance = {'numberOfLiveDocuments': 0}; | 8 var tolerance = {'numberOfLiveDocuments': 0}; |
| 9 | 9 |
| 10 doLeakTest('./resources/notification-show.html', tolerance); | 10 doLeakTest('./resources/notification-show.html', tolerance); |
| 11 </script> | 11 </script> |
| 12 <script src="../js/resources/js-test-post.js"></script> | |
| 13 </body> | 12 </body> |
| 14 </html> | 13 </html> |
| OLD | NEW |