blob: 4aac04a9cdd9925683b1031946865505ae1f2249 [file] [log] [blame]
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src=../editing.js language="JavaScript" type="text/JavaScript" ></script>
<script>
function editingTest() {
if (window.testRunner)
window.testRunner.dumpSelectionRect();
selectAllCommand();
moveSelectionForwardByCharacterCommand();
extendSelectionBackwardByCharacterCommand();
extendSelectionBackwardByCharacterCommand();
extendSelectionBackwardByCharacterCommand();
}
</script>
</head>
<body>
<p>This tests that when a selection that starts at [replaced element, 1] is painted, the replaced element doesn't appear selected. This test uses an image for the replaced element.</p>
<div id="test" contenteditable>
abc<img src="../resources/abe.png">def
</div>
<script>runEditingTest()</script>
</body>
</html>