Move SimpleTest.finish() after the tests complete. rs=me
Move SimpleTest.finish() after the tests complete. rs=me
--- a/toolkit/spatial-navigation/tests/chrome/test_snav.xul
+++ b/toolkit/spatial-navigation/tests/chrome/test_snav.xul
@@ -67,14 +67,13 @@ function onLoad()
moveAndVerify("DOWN", "7");
moveAndVerify("RIGHT", "8");
moveAndVerify("RIGHT", "9");
moveAndVerify("UP", "6");
moveAndVerify("UP", "3");
moveAndVerify("LEFT", "2");
moveAndVerify("LEFT", "1");
}
+ SimpleTest.finish();
}
-SimpleTest.finish()
-
]]></script>
</window>