blob: 867d3be61624e34373296dc9d32754efbcc8692f [file] [log] [blame]
<!doctype html>
<script src="../../resources/run-after-layout-and-paint.js"></script>
<style>
body {
font-size: 48px;
}
</style>
<div style="display:inline-block">x</div>y
<script>
runAfterLayoutAndPaint(function() {
document.execCommand("SelectAll", false);
}, true);
</script>