Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / navigation / document-location-onload.html
blob8a12e8eaa6cdad09951904faba081ca8f1b8856e
1 <html>
2 <head>
3 <script src="resources/document-location.js"></script>
4 <script>
5 function runTest() {
6 setTimeout('setLocation()', 0);
8 </script>
9 </head>
10 <body onload="start()">
11 This tests that assigning to document.location from a timeout from the onload
12 handler adds a back/forward item.
13 </body>
14 </html>