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>