blob: b8c52241d278231b0d8229fa6f2d577348d95167 [file] [log] [blame]
<!DOCTYPE html>
<script src="../../resources/run-after-layout-and-paint.js"></script>
<script src="resources/selection.js"></script>
<p>Passes if there are no overpainted selection highlights.</p>
<div id="demo" dir="rtl" style="font-size: 400%;">a<br><br></div>
<script>
selectRangeAfterLayoutAndPaint(demo, 0, demo, 2);
</script>