Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / printing / npapi_plugin.html
blobafbb9aad60b0726f031ead8b11f5a2380e33cf62
1 <hmtl>
2 <body>
3 <embed type="application/vnd.npapi-test"
4 height="300"
5 width="100%"
6 name="set_title_in_paint"
7 id="1"
8 mode="np_embed"/>
9 </body>
11 <script>
12 function SetTitle() {
13 window.document.title = "ready";
14 return;
16 </script>
18 </hmtl>