tests failing on FF without the 0.2 delay

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3835 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2007-08-01 23:03:25 +00:00
parent 2526fd7fb3
commit 323a62e926

View File

@@ -115,7 +115,7 @@
//shown
t.open_window( "BaseTypes/test_Element.html", function( wnd ) {
t.delay_call( function() {
t.delay_call( 0.2, function() {
var elem = wnd.document.getElementById("elemID");
var dims = OpenLayers.Element.getDimensions(elem);