blob: 8ef82449e65c9e2bf8764d0fae621d8d29744bda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!-- Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Test remote frame sources</title>
</head>
<body>
<script src="simple2.js"></script>
</body>
</html>
|