2 <script src=
"../../resources/js-test.js"></script>
18 <a id=
"a1" name=
"a1"></a>
21 description("Tests that after an explicit scroll, we do not continue to " +
22 "maintain scroll position at the anchor identified by the hash fragment.");
26 // This scroll should reset FrameView::m_scrollAnchor.
30 document
.querySelector("#a1").style
.width
= "2px";
32 shouldBe(String(scrollY
), "10");