blob: f1f6d5b5833d7b1aea3723283d701247831c022a [file] [log] [blame]
<!doctype html>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<script src="../../assert_selection.js"></script>
<div id="log"></div>
<script>
test(() => {
assert_selection(
'foo<div contenteditablele>|bar</div>baz',
'selectAll',
'^foo<div contenteditablele>bar</div>baz|');
}, '"Select All" when in an editable area selects the whole containing document');
</script>