comparison: toolkit/devtools/server/tests/browser/navigate-first.html
toolkit/devtools/server/tests/browser/navigate-first.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
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> |