Fix tests for Tile.Image // Layer.WMS changes for alphaImage #96.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@688 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-06-22 19:52:39 +00:00
parent 809f1da955
commit bd166b5ac1
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
tile.draw();
var img = tile.imgDiv.childNodes[0];
var img = tile.imgDiv;
if (!isMozilla)
t.ok( true, "skipping element test outside of Mozilla");