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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/background_fetch/background-fetched-event.https.html

Issue 2744873002: Implement the Request/Response bits of Background Fetch (Closed)
Patch Set: comments 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <meta charset="utf-8">
3 <title>Background Fetch API: BackgroundFetchedEvent tests</title>
4 <script src="/resources/testharness.js"></script>
5 <script src="/resources/testharnessreport.js"></script>
6 <script src="/serviceworker/resources/test-helpers.js"></script>
7
8 <!-- TODO(peter): Upstream this test to WPT when the directory has been imported
9 and the name of the event has been settled on. -->
10
11 <h1>BackgroundFetchedEvent</h1>
12 <p>This test validates that the BackgroundFetchedEvent is exposed, and can be
13 constructed with a tag and a sequence of settled responses.</p>
14
15 <script>
16 'use strict';
17
18 // This test needs to be run in a Service Worker.
19 service_worker_test('resources/background-fetched-event-worker.js');
20 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698