Bug 972110 - fix test_bug674770-1.html after merge conflict a=me

--HG--
extra : amend_source : 8616390a1773b278f52691300128d15d7b55de98
This commit is contained in:
Carsten "Tomcat" Book 2016-09-23 12:14:13 +02:00
parent a65e4225ef
commit 36f1fe4e63

View File

@ -42,17 +42,12 @@ function startTests() {
currentTest = tests.shift();
if (!currentTest) {
SimpleTest.finish();
<<<<<<< local
return;
}
ok(true, currentTest.description + "Starting to test...");
synthesizeMouseAtCenter(currentTest.target(), { button: 1 });
}
=======
}, 500);
}, 500);
}
>>>>>>> other
addEventListener("storage", function(e) {
is(e.key, "clicked", currentTest.description + "Key should always be 'clicked'");