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