mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
e6afd56c57
commit
e945175b55
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user