1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 22:13:05 +00:00
Files
UXP/docshell/test/file_framedhistoryframes.html
T

17 lines
267 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<iframe id="iframe" src="historyframes.html"></iframe>
<script type="application/javascript">
var SimpleTest = window.opener.SimpleTest;
var is = window.opener.is;
function done() {
window.opener.done();
}
</script>
</body>
</html>