Backed out changeset 0e34a26a4353 (bug 924972) because of more test failures

This commit is contained in:
Ehsan Akhgari 2014-01-21 14:33:57 -05:00
parent f45c6fab8a
commit 8307cab9c4
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@
var doc = iframe.contentDocument; var doc = iframe.contentDocument;
setTimeout(function() { setTimeout(function() {
doc.body.scrollIntoView();
synthesizeMouse(iframe, 10, 10, {}); synthesizeMouse(iframe, 10, 10, {});
// Now try to set the caret without moving it // Now try to set the caret without moving it

View File

@ -39,7 +39,7 @@ function callbackTestCanvas(canvas)
reference.parentNode.removeChild(reference); reference.parentNode.removeChild(reference);
} }
canvases = []; canvases = [];
SimpleTest.waitForFocus(nextTest); nextTest();
} }
function doSnapShot(iframe) { function doSnapShot(iframe) {