toolkit/devtools/server/tests/browser/navigate-first.html

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:787f6c980469
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 </head>
6 <body>
7 First
8 <script>
9
10 window.onbeforeunload=function(e){
11 e.returnValue="?";
12 };
13 </script>
14 </body>
15 </html>

mercurial