- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / click_modifier / href.html
1 <html>
2 <head>
3 <title>First window</title>
4 </head>
5 <body>
6 <a href="data:text/html,<title>New window!</title>" +
7       "this is the new window">
8     <textarea rows="80" cols="160">big click target</textarea>
9 </a>
10 </body>
11 </html>