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

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     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