blob: e7d800b1a9ff143ec23dd3d8afce1323757e4ca5 [file] [log] [blame]
<html>
<script>
function runTest() {
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.dumpChildFramesAsText();
}
var c = document.getElementById('container');
c.innerHTML = "<span><iframe></iframe><iframe></iframe></span>"
}
</script>
<body onload="runTest()">
<div id="container"></div>
<div>This tests that inserting two &lt;iframe&gt; elements using innerHTML actually causes two frames with unique names to be created.</div>
</body>
</html>