2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / resources / a.html
blob0cc3292484e1fd28047e7d0a379c00f4a128bd6a
1 <HTML>
2 <HEAD>
3 <SCRIPT>
4 function writeDot()
6 while(!parent.frames[1].document.URL) { }
8 </SCRIPT>
9 </HEAD>
10 <BODY>
11 This test checks whether document.URL is initially set to an empty
12 value or "about:blank" for frames. The right answer is
13 "about:blank". If it is empty, then this test will hang.
14 <script>
15 writeDot();
16 if (window.layoutTestController)
17 layoutTestController.notifyDone();
18 </script>
19 </BODY>
20 </HTML>