blob: c974193b7b6bd5f39355b6c66d0b336d6ef4d380 [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright 2020 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-scale=0.5, minimum-scale=0.5">
<title>Remove Iframe</title>
</head>
<body>
<iframe id="ifrm" allow="payment"></iframe>
<script src="load_and_remove_iframe.js"></script>
</body>
</html>