blob: 2f1cc415c6a0d988b322a95cd63b9f1ebd766d55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- 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">
</head>
<body>
<iframe src="https://example.org/browser/devtools/client/framework/test/doc_cached-resource_iframe.html"></iframe>
<script>
console.log("Hello from parent");
</script>
</body>
</html>
|