Bug 886781 - Disable test_movement_by_characters.html on Windows 8 for too many intermittent failures

--HG--
extra : rebase_source : 608a5680e1e7bcd9ab87b732b0366512abbc1529
This commit is contained in:
Ed Morley 2013-09-19 14:25:23 +01:00
parent e6afd56c57
commit e945175b55

View File

@ -16,6 +16,12 @@
SimpleTest.waitForExplicitFinish();
if (navigator.userAgent.indexOf("Windows NT 6.2") >= 0) {
todo(false, "Too many intermittent failures on Windows 8 (bug 886781)");
SimpleTest.finish();
return;
}
setTimeout(focusing, 0);
function focusing() {