blob: 88c4464bb8212e6bc20b6ca0eacc22208150704f [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>^foo<ul><br></ul>|</div>',
'JustifyRight',
'<div contenteditable><div style="text-align: right;">^foo</div><ul style="text-align: right;">|<br></ul></div>');
}, 'JustifyRight command should not crash with UL containing BR only.');
</script>