blob: dffb821be1975dc5e067b5c007c8f26b6d25179f [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 {
direction: rtl;
font-family: Ahem;
unicode-bidi: bidi-override;
width: 2em;
}
</style>
</head>
<body onload="selectRange(container, 0, container, 1);">
<!-- Two lines in one block which should wrap and *not* include space representing
a newline at the end of the first line as RTL is not yet supported. -->
<div id="container">
xx y
</div>
</body>