mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
250 B
HTML
13 lines
250 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
console.log("main file");
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1>iframe console test</h1>
|
|
<iframe src="test-iframe1.html"></iframe>
|
|
<iframe src="test-iframe2.html"></iframe>
|
|
<iframe src="test-iframe3.html"></iframe>
|
|
</body>
|
|
</html> |