blob: 126a0765ef94ade42a50ec9b103e8fb34b69ec24 [file] [log] [blame]
<html>
<body>
<iframe id="firstFrame">
</iframe>
<iframe id="secondFrame">
</iframe>
<script>
var secondFrame = document.getElementById('secondFrame');
secondFrame.contentDocument.documentElement.contentEditable = true;
secondFrame.contentDocument.documentElement.focus();
</script>
</body>
</html>