aboutsummaryrefslogtreecommitdiff
path: root/catapult/telemetry/telemetry/internal/testing/host.html
blob: 46cfb06fe7fea13541244689e04d0fb8a8cc5d77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html>
<head>
<script type="text/javascript">var testVar = "host";</script>
</head>
<body>
This is the host page.
<br>
<iframe src="iframe1.html"></iframe>
<iframe src="iframe3.html"></iframe>
</body>
</html>