comparison: browser/base/content/test/general/test_wyciwyg_copying.html
browser/base/content/test/general/test_wyciwyg_copying.html
- branch
- TOR_BUG_3246
- changeset 5
- 4ab42b5ab56c
equal
deleted
inserted
replaced
|
1 <html> |
|
2 <body> |
|
3 <script> |
|
4 function go() { |
|
5 var w = window.open(); |
|
6 w.document.open(); |
|
7 w.document.write("<html><body>test document</body></html>"); |
|
8 w.document.close(); |
|
9 } |
|
10 </script> |
|
11 <button id="btn" onclick="go();">test</button> |
|
12 </body> |
|
13 </html> |