blob: 00eed38f4efa5bb79692acff25714659288af0d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<head>
<title>bug 294235</title>
<script>
function countdown(){
count2.innerHTML="foo";
}
document.links.length;
</script>
</head>
<body>
<strong><div id="count2"><script>countdown();</script><noscript>bar</noscript></div></strong>
</body>
</html>
|