diff --git a/layout/base/tests/test_bug458898.html b/layout/base/tests/test_bug458898.html index 15e4ed1711d..d3929692121 100644 --- a/layout/base/tests/test_bug458898.html +++ b/layout/base/tests/test_bug458898.html @@ -24,12 +24,13 @@ var win = window.openDialog("data:text/html,
= 100, "innerWidth"); - testfunc(win.innerHeight >= 200, "innerHeight"); + testfunc_w(win.innerWidth >= 100, "innerWidth"); + testfunc_h(win.innerHeight >= 200, "innerHeight"); win.close(); SimpleTest.finish(); }