tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

089.xhtml (434B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 <head>
      4 <title>Scrolling during selection drag and drop to iframe</title>
      5 <style type="text/css">
      6 iframe
      7  {width:350px;
      8  height:150px;}
      9 </style>
     10 </head>
     11 <body onload="window.getSelection().selectAllChildren(document.querySelector('p'))">
     12 <p>Drag me</p>
     13 <p><iframe src="helper-scroll-then-drop-input.xhtml">XHTML document</iframe></p>
     14 </body>
     15 </html>