4 https://bugzilla.mozilla.org/show_bug.cgi?id=93077
7 <title>Test for Bug
93077</title>
8 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
9 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css"/>
11 #filler { height:
200cm; background: papayawhip; }
15 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=93077">Mozilla Bug
93077</a>
17 <div id=filler
>...
</div>
20 <script type=
"application/javascript">
21 /** Test for Bug
93077 **/
22 [
"#top",
"#TOP",
"#Top"].forEach(function(fragid) {
23 document.getElementById(
"below").scrollIntoView()
24 isnot(window.scrollY,
0)
25 location.hash = fragid