1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bidi/unicode-bidi-plaintext-textarea-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<!DOCTYPE html> 1.5 +<html><head> 1.6 +<title>unicode-bidi:plaintext</title> 1.7 +<style> 1.8 + textarea { text-align: left; resize: none; } 1.9 +</style> 1.10 +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 1.11 +</head><body> 1.12 +<div> 1.13 +The exclamation mark should be on the left side of the first line 1.14 +and on the right side of the second line. 1.15 +</div> 1.16 +<textarea rows=4 cols=50 dir=auto> 1.17 +שלום! 1.18 +hello! 1.19 +</textarea> 1.20 +</body></html>