From d966553cdf75e2a1455e65b1941dd2ef663353c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Tue, 29 Mar 2011 15:27:09 +0000 Subject: [PATCH] fix comment git-svn-id: http://svn.openlayers.org/trunk/openlayers@11754 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Handler/Box.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Handler/Box.html b/tests/Handler/Box.html index e22247ddc3..0e26cd4a07 100644 --- a/tests/Handler/Box.html +++ b/tests/Handler/Box.html @@ -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; }