Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(885)

Side by Side Diff: tests/js/polyfills/notifications.polyfill.test.html

Issue 1646633003: Notifications work in service workers. Resolves #14. (Closed) Base URL: git@github.com:chromium/caterpillar.git@master
Patch Set: Response to CR Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>notifications.polyfill.js</title> 5 <title>notifications.polyfill.js</title>
6 <link rel="stylesheet" href="../../../bower_components/qunit/qunit/qunit.css"> 6 <link rel="stylesheet" href="../../../bower_components/qunit/qunit/qunit.css">
7 </head> 7 </head>
8 <body> 8 <body>
9 <div id="qunit"></div> 9 <div id="qunit"></div>
10 <div id="qunit-fixture"></div> 10 <div id="qunit-fixture"></div>
11 <script src="../../../bower_components/qunit/qunit/qunit.js"></script> 11 <script src="../../../bower_components/qunit/qunit/qunit.js"></script>
12 <script src="../../../bower_components/sinon-1.17.2/index.js"></script> 12 <script src="../../../bower_components/sinon-1.17.2/index.js"></script>
13 <script src="../../../src/js/caterpillar.js"></script>
13 <script src="../../../src/js/polyfills/notifications.polyfill.js"></script> 14 <script src="../../../src/js/polyfills/notifications.polyfill.js"></script>
14 <script src="notifications.polyfill.test.js"></script> 15 <script src="notifications.polyfill.test.js"></script>
15 </body> 16 </body>
16 </html> 17 </html>
OLDNEW
« no previous file with comments | « src/js/polyfills/notifications.polyfill.js ('k') | tests/js/polyfills/notifications.polyfill.test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698