diff --git a/tests/test_Popup.html b/tests/test_Popup.html index 7ee292015f..95b7ce5279 100644 --- a/tests/test_Popup.html +++ b/tests/test_Popup.html @@ -83,8 +83,8 @@ t.eq(contentDiv.className, "olPopupContent", "correct content div className"); t.eq(contentDiv.id, "chicken_contentDiv", "correct content div id"); - t.eq(contentDiv.style.width, "200px", "correct content div width"); - t.eq(contentDiv.style.height, "200px", "correct content div height"); + t.eq(contentDiv.style.width, "500px", "correct content div width"); + t.eq(contentDiv.style.height, "400px", "correct content div height"); t.eq(contentDiv.style.position, "relative", "correct content div position"); t.eq(contentDiv.style.overflow, "hidden", "correct content div overflow"); t.eq(contentDiv.innerHTML, content, "correct content div content");