repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Delay GetToken/DeleteToken operation until GCMClient is ready.
[chromium-blink-merge.git]
/
android_webview
/
test
/
data
/
image_access.html
blob
006bb0e9e43c8a25a7e5816572351b2eed4d28c0
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>