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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/register-foreign-fetch-errors.html

Issue 1406823002: Start of foreign fetch implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove blank line Created 5 years, 2 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
Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/register-foreign-fetch-errors.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/register-foreign-fetch-errors.html
similarity index 58%
copy from third_party/WebKit/LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html
copy to third_party/WebKit/LayoutTests/http/tests/serviceworker/register-foreign-fetch-errors.html
index 785bb0c27fd27f6715139b5af1b6dc6c2b085f70..c150380b5e2a4576fb639e0db55a58ebf6f9eecc 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/register-foreign-fetch-errors.html
@@ -1,13 +1,9 @@
<!DOCTYPE html>
-<title>Service Worker: Skip waiting without client</title>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharness-helpers.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="resources/test-helpers.js"></script>
<script>
-
-service_worker_test(
- 'resources/skip-waiting-worker.js',
- 'Test single skipWaiting() when no client attached');
-
+service_worker_test('resources/register-foreign-fetch-errors-worker.js',
+ 'foreign fetch registration');
</script>

Powered by Google App Engine
This is Rietveld 408576698