Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/payments/payment-request-event.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/payments/payment-request-event.html b/third_party/WebKit/LayoutTests/http/tests/payments/payment-request-event.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..66bb2841e29ce0aade6b2e02a1dd4a5ec4fcce74 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/payments/payment-request-event.html |
| @@ -0,0 +1,11 @@ |
| +<!doctype html> |
| +<script src="../resources/testharness.js"></script> |
| +<script src="../resources/testharnessreport.js"></script> |
| +<script src="../serviceworker/resources/test-helpers.js"></script> |
| +<script> |
| + // Tests that the PaymentRequestEvent is in a ServiceWorkerGloablContext and |
| + // exposes the "hello" and "hello2" members. |
|
please use gerrit instead
2016/11/28 18:06:31
"hello"?
|
| + service_worker_test( |
| + 'resources/payment-request-event.js', |
| + 'Exposure of the PaymentRequestEvent object in a Service Worker.'); |
| +</script> |