electron/spec/fixtures/sub-frames/debug-frames.html

8 lines
164 B
HTML

<!DOCTYPE html>
<html lang="en">
<body>
This is a frame, is has one child
<iframe src="./frame.html"></iframe>
</body>
<script src="./test.js"></script>
</html>