Modified test for bug 392746, to really disable test for linux for now, instead of timing out there
git-svn-id: svn://10.0.0.236/trunk@248918 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -70,8 +70,11 @@ function ctrlselect(aX,aY, aX2, aY2) {
|
||||
window.onload=function() {
|
||||
// XXX: This test causes subsequent tests to fail on Linux,
|
||||
// so disable on Linux for now.
|
||||
if (navigator.platform.indexOf("Linux") >= 0)
|
||||
if (navigator.platform.indexOf("Linux") >= 0) {
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
SimpleTest.finish();
|
||||
return;
|
||||
}
|
||||
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
setTimeout(test, 0);
|
||||
|
||||
Reference in New Issue
Block a user