blob: c20ad731509ffaa52c52c8e23f1c80d8ed7a1753 [file] [log] [blame]
<!DOCTYPE html>
<script src="../../resources/ahem.js"></script>
<script src="../../resources/run-after-layout-and-paint.js"></script>
<script src="resources/selection.js"></script>
<!-- Two lines in one block explicitly wrapped with a br which should
include space representing a newline at end of the first line. -->
<div id="container" style="font-family: Ahem;">
a<br>b
</div>
<script>
onload = selectRangeAfterLayoutAndPaint(container, 0, container, 3);
</script>