blob: 108ae19fc61726f01b13f91591908dcc52991ae4 [file] [log] [blame]
<!doctype HTML>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../assert_selection.js"></script>
<script>
selection_test(
'<span contenteditable>|foo</span>',
'insertParagraph',
'<span contenteditable><br>|foo</span>',
'InsertParagraph in inline element');
</script>