blob: b6252cee69120d9e1d7a6296add8ad1c193d2dc4 [file]
<!DOCTYPE html>
<html>
<body>
<div id="container"></div>
<script src="../../resources/dump-as-markup.js"></script>
<script>
container.innerHTML = `<span contenteditable style="display: block; white-space: pre-line;"></span>`;
container.firstChild.focus();
document.execCommand('insertLineBreak', false, null);
Markup.dump(container);
</script>
</body>
</html>