1 <div id=
"description">This tests to see if deleting an input element that starts at the start of a block adds an extra placeholder.
2 You should see a single placeholder in the block below.
</div>
3 <div id=
"edit" contentEditable=
"true"><input type=
"text"><br></div>
4 <script src=
"../../resources/dump-as-markup.js"></script>
6 Markup
.description(document
.getElementById('description').textContent
);
8 edit
= document
.getElementById("edit");
11 document
.execCommand("SelectAll");
12 document
.execCommand("Delete");