Bumping manifests a=b2g-bump
[gecko.git] / docshell / test / file_framedhistoryframes.html
blob314f9c72d8956bf743e0456b4a4cbf90d23defe2
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <iframe id="iframe" src="historyframes.html"></iframe>
5 <script type="application/javascript">
7 var SimpleTest = window.opener.SimpleTest;
8 var is = window.opener.is;
10 function done() {
11 window.opener.done();
14 </script>
15 </body>
16 </html>