blob: f0b9296bf445bf07de57d4cc82b633bff0b67a3a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../resources/ahem.js"></script>
<script src="../../resources/run-after-layout-and-paint.js"></script>
<script src="resources/selection.js"></script>
<style>
div {
font-family: Ahem;
width: 5em;
}
</style>
</head>
<body onload="selectRangeAfterLayoutAndPaint(container, 0, container, 3);">
<!-- Two lines in one block with a span on the first line. Should wrap and
include space representing a newline only at end of the first line. -->
<div id="container">
x <span>y</span> z a
</div>
</body>