Run the four eventPane test in more browsers. If this breaks IE, you have

permission to beat me senseless for not being able to test it there first.
Note that I'm pretty sure this still doens't work with FF3.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@5479 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-12-18 05:15:47 +00:00
parent a50bfb4d4e
commit 7b04c305cd

View File

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