From 20907c7fa52472887ce1b7f4c3278bf1d01de535 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Sat, 27 Dec 2008 17:20:57 +0000 Subject: [PATCH] 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 --- tests/Layer/EventPane.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Layer/EventPane.html b/tests/Layer/EventPane.html index fdf57bf878..15d47fdd30 100644 --- a/tests/Layer/EventPane.html +++ b/tests/Layer/EventPane.html @@ -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);