090.xhtml (464B)
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 object</title> 5 <style type="text/css"> 6 object 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><object type="application/xhtml+xml" data="helper-scroll-then-drop-input.xhtml">XHTML document</object></p> 14 </body> 15 </html>