From ac4f4dba7cd1541aca836f2885aadee9ac7e5237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Tue, 18 Dec 2007 15:14:23 +0000 Subject: [PATCH] Fix the setSize() test. Regression introduced in r5488 git-svn-id: http://svn.openlayers.org/trunk/openlayers@5492 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Renderer/test_VML.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Renderer/test_VML.html b/tests/Renderer/test_VML.html index 50d87682ca..5df3777a39 100644 --- a/tests/Renderer/test_VML.html +++ b/tests/Renderer/test_VML.html @@ -89,8 +89,8 @@ var size = new OpenLayers.Size(1,2); r.setSize(size); - t.eq(r.rendererRoot.style.width, "1px", "rendererRoot width is correct"); - t.eq(r.rendererRoot.style.height, "2px", "rendererRoot height is correct"); + t.eq(r.rendererRoot.style.width, "100%", "rendererRoot width is correct"); + t.eq(r.rendererRoot.style.height, "100%", "rendererRoot height is correct"); t.eq(r.root.style.width, "100%", "root width is correct"); t.eq(r.root.style.height, "100%", "root height is correct"); @@ -302,4 +302,4 @@
- \ No newline at end of file +