trisquel-icecat/icecat/toolkit/components/alerts/test/browser/file_bug1682866.html

9 lines
139 B
HTML

<html>
<body>
<script>
window.onload = function() {
alert("This is an alert");
}
</script>
</body>
</html>