Files
2023-05-11 11:17:00 -07:00

15 lines
348 B
HTML

<!--
- Copyright (c) 2012 The Chromium Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file.
-->
<!doctype html>
<html>
<head>
<script src="eventpage.js"></script>
</head>
<body>
<iframe id="theFrame" src="sandbox.html"></iframe>
</body>
</html>