mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
17 lines
267 B
HTML
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>
|