slimerjs-firefox
Version:
This repo includes slimerjs as well as downloads a local copy of Firefox.
23 lines (16 loc) • 448 B
HTML
<html id="html">
<head>
<meta charset="utf-8">
<title>test consolemessageiframe</title>
<script type="text/javascript">
window.onload = function(event){
console.log('message from consolemessageiframe')
}
</script>
</head>
<body id="body">
Hello world
<iframe src="consolemessage2.html" style="width:200px;height:200px" />
</body>
</html>