mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 972110 - fix test_bug674770-1.html after merge conflict a=me
--HG-- extra : amend_source : 8616390a1773b278f52691300128d15d7b55de98
This commit is contained in:
parent
a65e4225ef
commit
36f1fe4e63
@ -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'");
|
||||
|
Loading…
Reference in New Issue
Block a user