2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / location-assign.html
blobe62f4ab58f0a89c7cf08a445c3350ec49e6fd67c
1 <html>
2 <script>
3 if (window.layoutTestController) {
4 layoutTestController.waitUntilDone();
5 layoutTestController.dumpAsText();
8 function runTests() {
9 window.location.assign('resources/new-location.html');
11 </script>
12 <body onload="runTests();">
13 FAIL
14 </body>
15 </html>