blob: 8925a6ccf571524f82e0c5943c538f9a705f4dc7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Test page for window.opener accessibility</title>
</head>
<body>
<iframe id="child" name="child" src="https://example.org/browser/browser/components/originattributes/test/browser/file_firstPartyBasic.html"></iframe>
</body>
</html>
|