From 397a844f87b7cbd71f4c4a4da1a6b44c5a72fdc7 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Thu, 19 May 2011 12:21:26 +0000 Subject: [PATCH] removing alert git-svn-id: http://svn.openlayers.org/trunk/openlayers@11976 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Util.html | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Util.html b/tests/Util.html index ed183f1379..56b6c826de 100644 --- a/tests/Util.html +++ b/tests/Util.html @@ -124,7 +124,6 @@ //Some non-IE browsers don't return the alpha string for this value, which is okay var filterString = div.style.filter.match(/^alpha/) != null ? 'alpha(opacity=' + (opacity * 100) + ')' : div.style.filter; - alert(filterString); t.eq( div.style.filter, filterString, "element.style.filter set correctly"); //test defaults