blob: 2bb3acff6eb0de176b01d298e85fdfcfde700435 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!-- 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>
<iframe src='https://example.org/browser/devtools/client/debugger/test/mochitest/examples/doc_dbg-fission-frame-sources-frame.html'></iframe>
<script src="simple1.js"></script>
</body>
</html>
|