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

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: test 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
OLDNEW
(Empty)
1 <!doctype html>
2 <script src="../resources/testharness.js"></script>
3 <script src="../resources/testharnessreport.js"></script>
4 <script src="../serviceworker/resources/test-helpers.js"></script>
5 <script>
6 // Tests that the PaymentRequestEvent is in a ServiceWorkerGloablContext and
7 // exposes the "hello" and "hello2" members.
please use gerrit instead 2016/11/28 18:06:31 "hello"?
8 service_worker_test(
9 'resources/payment-request-event.js',
10 'Exposure of the PaymentRequestEvent object in a Service Worker.');
11 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698