Sign in
webkit
/
WebKit
/
5a982c29f796441a8beeeff549066a35fffc9d19
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
apple-pay-active-session.html
blob: 1f9660c559585c3c21e2bf012e4c8b5ba27bdb5f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<body>
<script>
internals
.
mockPaymentCoordinator
.
supportsUnrestrictedApplePay
=
false
;
internals
.
setApplePayIsActive
();
window
.
webkit
.
messageHandlers
.
testApplePay
.
postMessage
(
"done"
);
</script>