Bug 1145754 - Follow-up to fix e10s bustage due to CPOW usage during a sync message. r=bustage on a CLOSED TREE

This commit is contained in:
Matthew Noorenberghe 2015-05-19 22:13:41 -07:00
Родитель dac0c30d95
Коммит 3b326fd757
1 изменённых файлов: 6 добавлений и 4 удалений

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

@ -184,12 +184,14 @@ function testFormSubmission()
executeSoon(testNetworkPanel); executeSoon(testNetworkPanel);
}; };
ContentTask.spawn(gBrowser.selectedBrowser, { }, `function()
let form = content.document.querySelector("form"); {
ok(form, "we have the HTML form"); let form = content.document.querySelector("form");
form.submit(); form.submit();
}`);
} }
function testNetworkPanel() function testNetworkPanel()
{ {
// Open the NetworkPanel. The functionality of the NetworkPanel is tested // Open the NetworkPanel. The functionality of the NetworkPanel is tested