<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> |