mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
14 lines
330 B
HTML
14 lines
330 B
HTML
<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>
|