Sign in
chromium
/
chromium
/
src.git
/
563dc47699901e4c54b1b2121262c679fb355d72
/
.
/
android_webview
/
test
/
data
/
device_files
/
image_access.html
blob: 006bb0e9e43c8a25a7e5816572351b2eed4d28c0 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
function
updateTitle
()
{
document
.
title
=
document
.
getElementById
(
'img'
).
naturalHeight
;
}
</script>
</head>
<body
onload
=
"
updateTitle
()
"
>
<img
id
=
"img"
onload
=
"
updateTitle
()
"
src
=
"chrome.png"
/>
</body>
</html>