зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1101392 - Part 3: Select all before paste since we collapse range after copying. r=roc
This commit is contained in:
Родитель
3e655bd8cc
Коммит
c311edb997
|
@ -190,6 +190,7 @@ function testPaste1(e) {
|
|||
// Then paste it to child side.
|
||||
copyToClipboard(pasteData);
|
||||
|
||||
doCommand('selectall');
|
||||
doCommand("paste");
|
||||
SimpleTest.executeSoon(function() { testPaste2(e); });
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче