blob: 3e7c2edbaa869664de2c03d7ea1a653ea9f6d5a4 [file] [log] [blame]
<head>
<script type="text/javascript">
function runTest() {
if (window.testRunner)
window.testRunner.dumpAsText();
document.designMode="on";
document.execCommand("selectall");
document.execCommand("RemoveFormat");
document.execCommand("inserthtml", false, "PASSED - this test didn't fire ASSERT, bug 121791.");
}
</script>
</head>
<body onload="runTest()">
<button>
<iframe/>
</button>
</body>