We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52dcd0 commit 9bef32cCopy full SHA for 9bef32c
LayoutTests/editing/pasteboard/smart-drag-drop.html
@@ -4,7 +4,9 @@
4
<script src="../../resources/dump-as-markup.js"></script>
5
<script>
6
function editingTest() {
7
-
+ test.focus();
8
+ getSelection().setPosition(dragme.firstChild, 0);
9
+
10
if (!window.eventSender)
11
return;
12
doubleClickAtSelectionStart();
0 commit comments