Delay GetToken/DeleteToken operation until GCMClient is ready.
[chromium-blink-merge.git] / android_webview / test / data / image_access.html
blob006bb0e9e43c8a25a7e5816572351b2eed4d28c0
1 <html>
2 <head>
3 <script>
4 function updateTitle() {
5 document.title = document.getElementById('img').naturalHeight;
7 </script>
8 </head>
9 <body onload="updateTitle()">
10 <img id="img" onload="updateTitle()" src="chrome.png" />
11 </body>
12 </html>