diff options
Diffstat (limited to 'layout/reftests/bidi/847242-1.html')
-rw-r--r-- | layout/reftests/bidi/847242-1.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bidi/847242-1.html b/layout/reftests/bidi/847242-1.html new file mode 100644 index 000000000..7672216f7 --- /dev/null +++ b/layout/reftests/bidi/847242-1.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <style> + div { + unicode-bidi: bidi-override; + direction: rtl; + text-align: left; + font-family: monospace; + font-size: 24px; + } + </style> + </head> + <body> + <div>
SSAP</div> + </body> +</html> |