Sign in
webkit
/
WebKit
/
84774fe198803611f5618b9a9f2415bf7b147653
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
apple-pay-availability-in-iframe.html
blob: 9bc8740a18f5059f18dd9e3efcd09efcbfa45877 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<body>
<script>
loadApplePayFrame
=
()
=>
{
const
iframe
=
document
.
createElement
(
'iframe'
);
iframe
.
src
=
'apple-pay-availability.html'
+
window
.
location
.
search
;
document
.
body
.
appendChild
(
iframe
);
};
</script>