mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
9 lines
No EOL
265 B
HTML
9 lines
No EOL
265 B
HTML
<?xml version="1.0" encoding="utf-8"?>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Selection drag and drop: helper file</title>
|
|
</head>
|
|
<body onload="window.getSelection().selectAllChildren(document.querySelector('p'))">
|
|
<p>Drag me</p>
|
|
</body>
|
|
</html> |