OpenLayers OpenLayers

Changeset 5449

Show
Ignore:
Timestamp:
12/16/07 20:30:16 (1 year ago)
Author:
crschmidt
Message:

apply r5447 to auto-tests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/tests/auto-tests.html

    r5444 r5449  
    935935        }else { // otherwise (not IE) it ought to work like this 
    936936            for( var i in Test.AnotherWay._g_test_iframe) { 
     937                // Hack to prevent failure in FF3.0b1  
     938                if (i == "innerWidth" || i == "innerHeight") { continue; } 
    937939                if( typeof( Test.AnotherWay._g_test_iframe[i] )=='function' ) { 
    938940                    if( i.substring( 0, 4 )=="test" ) {