Bug 1101392 - Part 3: Select all before paste since we collapse range after copying. r=roc

This commit is contained in:
Morris Tseng 2014-11-26 22:57:00 +01:00
Родитель 3e655bd8cc
Коммит c311edb997
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -190,6 +190,7 @@ function testPaste1(e) {
// Then paste it to child side.
copyToClipboard(pasteData);
doCommand('selectall');
doCommand("paste");
SimpleTest.executeSoon(function() { testPaste2(e); });
}