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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/register.html

Issue 2911073002: Upstream service wrkr "HTTP to HTTPS" tests to WPT (Closed)
Patch Set: Created 3 years, 7 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 | « third_party/WebKit/LayoutTests/http/tests/serviceworker/http-to-https-redirect-and-register.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/register.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/register.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/register.html
index e8713dd702cba62e48996581cd5734a83f7e9c71..e954067c71d6b02e59f847af12b9f6d6c0c1253e 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/register.html
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/register.html
@@ -1,8 +1,9 @@
<!doctype html>
<title>register</title>
-<script src="test-helpers.js"></script>
<body>
<script>
+'use strict';
+
navigator.serviceWorker.register('empty-worker.js', {scope: 'scope-register'})
.then(
registration => {
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/serviceworker/http-to-https-redirect-and-register.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698