blob: 88c2b642a40ccfe3bb6c225d663eee77575162e5 [file] [log] [blame]
<html>
<head>
<script>
function test() {
if (window.internals)
internals.setPagination("RightToLeftPaginated", 0);
}
</script>
</head>
<body style="direction:rtl" onload="test()">
<div style="border: solid; height: 900px; font: 50px ahem; -webkit-font-smoothing: none;">
<br><br><br><br><br><br><br><br><br><br>
Lorem<br>
<span style="color: red;">ipsum</br>
</div>
</body>
</html>