blob: 7d3682bb0d03f995d53166caa236d32195a07df8 [file] [log] [blame]
<!doctype html>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../assert_selection.js"></script>
<script>
test(() =>
assert_selection(
'<div contenteditable>foobar|baz</div>',
'InsertHTML <img src=../../resources/abe.png align=right>',
'<div contenteditable>foobar<img align="right" src="../../resources/abe.png">|baz</div>'),
'InsertHTML image with align');
</script>