Changeset 5447
- Timestamp:
- 12/16/07 19:19:57 (1 year ago)
- Files:
-
- trunk/openlayers/tests/run-tests.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/run-tests.html
r4224 r5447 900 900 }else { // otherwise (not IE) it ought to work like this 901 901 for( var i in Test.AnotherWay._g_test_iframe) { 902 if( typeof( Test.AnotherWay._g_test_iframe[i] )=='function' ) { 902 // Hack to prevent failure in FF3.0b1 903 if (i == "innerWidth" || i == "innerHeight") { continue; } 904 if( typeof( Test.AnotherWay._g_test_iframe[i] )=='function' ) { 903 905 if( i.substring( 0, 4 )=="test" ) { 904 906 test_page.test_objects.push( new Test.AnotherWay._test_object_t( i ) );
