Bug 422047: popup button test window too narrow, r=enndeakin

This commit is contained in:
ajschult@verizon.net 2008-03-11 21:44:02 -07:00
Родитель d58eee5b18
Коммит 1e12ac8502
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -15,7 +15,7 @@
SimpleTest.waitForExplicitFinish();
function runTest()
{
window.open("window_popup_button.xul", "_blank", "width=600,height=700");
window.open("window_popup_button.xul", "_blank", "width=700,height=700");
}
</script>