gecko/browser/devtools/webconsole/test/test-iframe1.html

10 lines
112 B
HTML

<html>
<head>
<script>
console.log("iframe 1");
</script>
</head>
<body>
<h1>iframe 1</h1>
</body>
</html>