Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / viewsource / test.html
bloba24361ce540a2dbd8965bd598d2de50981981fa1
1 <html>
2 <head>
3 <script>
4 function setTitle() {
5 document.title = 'foo';
7 </script>
8 </head>
9 <body onload="setTitle();">
10 </body>
11 </html>