006bb0e9e43c8a25a7e5816572351b2eed4d28c0
[platform/framework/web/crosswalk.git] / src / android_webview / test / data / device_files / image_access.html
1 <html>
2   <head>
3     <script>
4       function updateTitle() {
5         document.title = document.getElementById('img').naturalHeight;
6       }
7     </script>
8   </head>
9   <body onload="updateTitle()">
10     <img id="img" onload="updateTitle()" src="chrome.png" />
11   </body>
12 </html>