- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / javaScriptTitle.html
1 <html>
2 <head>
3 <script language="JavaScript">
4 function message()
5 {
6   document.title = "Title from script javascript enabled";
7 }
8 </script>
9 <title>This is html title</title></head>
10
11 <body onload="message()"></body>
12 </html>