- add sources.
[platform/framework/web/crosswalk.git] / src / content / test / data / dom_serializer / html_doc_has_base_tag.htm
1 <html>
2 <head>
3 <base href="http://www.youtube.com">
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <script>
6 document.write("<base href=\"http://www.youtube.com\">");
7 </script>
8 </head>
9 <body>
10 <a href="/signup">Sign Up</a>
11 <a href="/forgot_username?next=/">Forgot Username</a>
12 </body>
13 </html>