Dactyloidae/dom/browser-element/mochitest/file_browserElement_AlertInFrame_Inner.html

12 lines
160 B
HTML
Raw Normal View History

<html>
<body>
I'm file_browserElement_AlertInFrame_Inner.html.
<script>
addEventListener('load', function() {
alert("Hello");
});
</script>
</body>
</html>