Reverted chrome added to BROWSER_NAME

This commit is contained in:
Gregers Gram Rygg
2012-05-30 15:01:25 +02:00
parent f7f763d1d3
commit 2725cd93f6
4 changed files with 6 additions and 25 deletions

View File

@@ -18,9 +18,9 @@
(window.location.host == "localhost") ||
(window.location.host == "openlayers.org");
if (OpenLayers.BROWSER_NAME == "opera" || OpenLayers.IS_WEBKIT) {
if (OpenLayers.BROWSER_NAME == "opera" || OpenLayers.BROWSER_NAME == "safari") {
t.plan(1);
t.debug_print("Can't test google reprojection in Opera or WebKit.");
t.debug_print("Can't test google reprojection in Opera or Safari.");
} else if(validkey) {
t.plan(5);
var map = new OpenLayers.Map('map');