author | Bogdan Szekely <bszekely@mozilla.com> |
Tue, 24 May 2022 12:30:06 +0300 | |
changeset 618582 | a8d14b4525477eee3cd5bd65a93751e2d1be60f4 |
parent 388141 | f95a678186b46649eee6cf8c6adbdf46c320f300 |
permissions | -rw-r--r-- |
<?xml version="1.0" encoding="utf-8"?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Cross iframe selection drag and drop from textarea to text input</title> <style type="text/css"> iframe {width:100%; height:200px; border-style:none;} </style> </head> <body> <p><iframe src="helper-drag-me-textarea-to-other-input.xhtml">XHTML document</iframe></p> <p><iframe src="helper-drop-here-input.xhtml">XHTML document</iframe></p> </body> </html>