Iceweasel doesn't fall into the Firefox bin, but should.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8573 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2008-12-27 17:20:57 +00:00
parent 63fe95f519
commit 20907c7fa5

View File

@@ -57,7 +57,7 @@
// MOUSEMOVE test does not seem to work...
// t.plan( 2 );
if (OpenLayers.Util.getBrowserName() != "firefox") {
if (OpenLayers.Util.getBrowserName() != "firefox" && OpenLayers.Util.getBrowserName() != "mozilla") {
t.plan(4);
} else {
t.plan(0);