[OpenLayers-Commits] r11754 - trunk/openlayers/tests/Handler

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Tue Mar 29 11:27:10 EDT 2011


Author: fredj
Date: 2011-03-29 08:27:09 -0700 (Tue, 29 Mar 2011)
New Revision: 11754

Modified:
   trunk/openlayers/tests/Handler/Box.html
Log:
fix comment

Modified: trunk/openlayers/tests/Handler/Box.html
===================================================================
--- trunk/openlayers/tests/Handler/Box.html	2011-03-29 15:15:07 UTC (rev 11753)
+++ trunk/openlayers/tests/Handler/Box.html	2011-03-29 15:27:09 UTC (rev 11754)
@@ -21,7 +21,7 @@
         var testAll = true;
         if (document.defaultView && document.defaultView.getComputedStyle &&
                     !document.defaultView.getComputedStyle(document.body)) {
-            // we don't get dimensions for hidden frames in IE4, and our test
+            // we don't get dimensions for hidden frames in FF4, and our test
             // runs in a hidden frame.
             testAll = false;
         }



More information about the Commits mailing list