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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/background_fetch/background-fetch-event.https.html

Issue 2745573002: Implement the events for Background Fetch (Closed)
Patch Set: more webexposed tests Created 3 years, 9 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/background_fetch/background-fetch-event.https.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/background_fetch/background-fetch-event.https.html b/third_party/WebKit/LayoutTests/http/tests/background_fetch/background-fetch-event.https.html
new file mode 100644
index 0000000000000000000000000000000000000000..eeef8e6c9d9d4e6e884a93f391faf9c320a6febf
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/background_fetch/background-fetch-event.https.html
@@ -0,0 +1,19 @@
+<!doctype html>
+<meta charset="utf-8">
+<title>Background Fetch API: BackgroundFetchEvent tests</title>
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
+<script src="/serviceworker/resources/test-helpers.js"></script>
+
+<!-- TODO(peter): Upstream this test to WPT when the directory has been imported. -->
+
+<h1>BackgroundFetchEvent</h1>
+<p>This test validates that the BackgroundFetchEvent is exposed and can
+be constructed with a tag.</p>
+
+<script>
+'use strict';
+
+// This test needs to be run in a Service Worker.
+service_worker_test('resources/background-fetch-event-worker.js');
+</script>

Powered by Google App Engine
This is Rietveld 408576698