Unregister from GCM when the only GCM app is removed
[chromium-blink-merge.git] / chrome / test / data / javaScriptTitle.html
blob31d1560886a5fceff453279b032b2f2cb7336370
1 <html>
2 <head>
3 <script language="JavaScript">
4 function message()
6 document.title = "Title from script javascript enabled";
8 </script>
9 <title>This is html title</title></head>
11 <body onload="message()"></body>
12 </html>