- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / ref_redirect.html
1 <!-- Test used by RedirectTest.ClientFragments to make sure non-user initiated
2 location changes (within page) are flagged as client redirects.-->
3 <html>
4  <body onload="document.location.href='#myanchor'">
5     <a name="myanchor">Anchor</a><br/>
6  </body>
7 </html>
8