blob: b3ec56270debfdc1d542b6088b5f5f60185f5b0b [file]
<!DOCTYPE html>
<body>
<p>This test passes if WebKit does not crash.</p>
<div id="editorcontainer" contenteditable="true">
<iframe id="inlineFrame"></iframe>
</div>
<script>
editorcontainer.style.setProperty("display", "-webkit-flex");
window.getSelection().collapse(editorcontainer);
if (window.testRunner) {
testRunner.dumpAsText();
}
</script>
</body>