Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / navigation / fallback-anchor-reload.html
bloba2af7349eceb98ff91ab25722a5eb9d657922d8a
1 <html>
2 <head>
3 <script type="text/javascript">
4 function startTest()
6 testRunner.dumpAsText();
7 location.hash = 'anchor';
8 testRunner.queueReload();
10 </script>
11 </head>
12 <body onload="startTest();">
14 <h2 id="anchor"></h2>
16 <object data="resources/error404.pl">Fallback content</object>
17 </body>
18 </html>