Changeset 5449
- Timestamp:
- 12/16/07 20:30:16 (1 year ago)
- Files:
-
- trunk/openlayers/tests/auto-tests.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/auto-tests.html
r5444 r5449 935 935 }else { // otherwise (not IE) it ought to work like this 936 936 for( var i in Test.AnotherWay._g_test_iframe) { 937 // Hack to prevent failure in FF3.0b1 938 if (i == "innerWidth" || i == "innerHeight") { continue; } 937 939 if( typeof( Test.AnotherWay._g_test_iframe[i] )=='function' ) { 938 940 if( i.substring( 0, 4 )=="test" ) {
