| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| background-color: #66CCFF; |
| testRunner.waitUntilDone(); |
| // Location changes need to happen outside the onload handler to generate history entries. |
| window.location.hash ='#target-01'; |
| window.history.back(); // This queues up a navigation, so we need to delay the call to notifyDone. |
| setTimeout(function() { testRunner.notifyDone() }, 0); |
| <p>I should be highlighted first because of the anchor, and de-highlighted when there is no fragment.</p> |