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

Unified 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, 11 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/js/polyfills/notifications.polyfill.test.html
diff --git a/tests/js/polyfills/notifications.polyfill.test.html b/tests/js/polyfills/notifications.polyfill.test.html
index 2d2b82c2d10d6ee5b409ce8c6d4429796c8709d5..e30205bed782dc8a0430ee5cb07c48cbb72e04c1 100644
--- a/tests/js/polyfills/notifications.polyfill.test.html
+++ b/tests/js/polyfills/notifications.polyfill.test.html
@@ -10,6 +10,7 @@
<div id="qunit-fixture"></div>
<script src="../../../bower_components/qunit/qunit/qunit.js"></script>
<script src="../../../bower_components/sinon-1.17.2/index.js"></script>
+ <script src="../../../src/js/caterpillar.js"></script>
<script src="../../../src/js/polyfills/notifications.polyfill.js"></script>
<script src="notifications.polyfill.test.js"></script>
</body>
« 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