<!DOCTYPE html> <html dir="rtl"> <head> <meta charset="utf-8"> <title>CSS Reftest Reference</title> <link rel="author" title="Simon Montagu" href="mailto:smontagu@mozilla.com"> <style type="text/css"> html { text-align: start; } </style> </head> <body> <p>This line should be aligned right</p> </body> </html>