browser/base/content/test/general/test_wyciwyg_copying.html

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:c4348a5fd44e
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>

mercurial