author | moz-wptsync-bot <wptsync@mozilla.com> |
Thu, 24 May 2018 23:24:41 +0000 | |
changeset 424194 | b5466bfc47246f1f3a779fa38393f949256b91dd |
parent 424193 | d93ccdd537a6636102ea89d4e14d9c9d1688d604 |
child 424195 | dba098bdbcc1bea0a3af28707d081ffd9dd865d8 |
push id | 104753 |
push user | archaeopteryx@coole-files.de |
push date | Thu, 28 Jun 2018 12:34:45 +0000 |
treeherder | mozilla-inbound@fe94281f7c25 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1464182, 11146 |
milestone | 63.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
new file mode 100644 --- /dev/null +++ b/testing/web-platform/meta/payment-handler/can-make-payment-event-constructor.https.serviceworker.html.ini @@ -0,0 +1,13 @@ +[can-make-payment-event-constructor.https.serviceworker.html] + [CanMakePaymentEvent can be constructed in service worker.] + expected: FAIL + + [CanMakePaymentEvent can be constructed with an EventInitDict, even if not trusted] + expected: FAIL + + [CanMakePaymentEvent can be constructed with a CanMakePaymentEventInit, even if not trusted] + expected: FAIL + + [CanMakePaymentEvent can be dispatched, even if not trusted] + expected: FAIL +
--- a/testing/web-platform/meta/payment-handler/can-make-payment-event-constructor.https.worker.js.ini +++ b/testing/web-platform/meta/payment-handler/can-make-payment-event-constructor.https.worker.js.ini @@ -1,10 +1,9 @@ [can-make-payment-event-constructor.https.worker.html] - expected: TIMEOUT [CanMakePaymentEvent can be constructed in service worker.] expected: FAIL [CanMakePaymentEvent can be constructed with an EventInitDict, even if not trusted] expected: FAIL [CanMakePaymentEvent can be constructed with a CanMakePaymentEventInit, even if not trusted] expected: FAIL
new file mode 100644 --- /dev/null +++ b/testing/web-platform/meta/payment-handler/payment-request-event-constructor.https.serviceworker.html.ini @@ -0,0 +1,13 @@ +[payment-request-event-constructor.https.serviceworker.html] + [PaymentRequestEvent can be constucted in service worker.] + expected: FAIL + + [PaymentRequestEvent can be constructed with an EventInitDict, even if not trusted] + expected: FAIL + + [PaymentRequestEvent can be constructed with a PaymentRequestEventInit, even if not trusted] + expected: FAIL + + [PaymentRequestEvent can be dispatched, even if not trusted] + expected: FAIL +