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