blob: 7323b00a282a3e7951034b6d0ac62b273579aaf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<head>
<title>Payment Request Testing</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
</head>
<body>
<h1>blank page.html</h1>
<script type="text/javascript">
if(window.parent) {
window.parent.postMessage("successful", '*');
}
</script>
</body>
</html>
|