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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/payments/payment-request-event.html

Issue 2528683002: PaymentApp: Blink side of payment request event dispatching in service worker. (Closed)
Patch Set: PaymentApp: Blink side of payment request event dispatching in service worker. Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-request-event.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!doctype html>
2 <meta charset="utf-8">
3 <title>Payment App: Tests for PaymentRequestEvent</title>
4 <link rel="help" href="https://w3c.github.io/webpayments-payment-apps-api/#the-p aymentrequest-event">
5 <script src="../resources/testharness.js"></script>
6 <script src="../resources/testharnessreport.js"></script>
7 <script src="../serviceworker/resources/test-helpers.js"></script>
8 <script>
9 'use strict';
10
11 // Tests that the PaymentRequestEvent is in a ServiceWorkerGloablContext and
12 // exposes its members (e.g. respondWith, waitUntil and data).
13 service_worker_test(
14 'resources/payment-request-event.js',
15 'Exposure of the PaymentRequestEvent object in a Service Worker.');
16
17 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-request-event.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698