blob: 99ae949e499d3552250fef7bdeaeccf5bbd69d6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
<html>
<head>
<title>ActionBar Handler and AccessibleCarets tests</title>
<meta name="viewport"
content="initial-scale=1, allowZoom=no, maximum-scale=1,
user-scalable=no, width=device-width">
</head>
<body>
<div id="LTRcontenteditable"
style="direction: ltr; width: 10em; height: 2em; word-wrap: break-word;
overflow: auto; -moz-user-select:text"
contenteditable="true">Find my book</div>
<div id="RTLcontenteditable"
style="direction: rtl; width: 10em; height: 2em; word-wrap: break-word;
overflow: auto; -moz-user-select:text"
contenteditable="true">איפה האוטו שלי</div>
<div id="LTRtextContent"
style="direction: ltr; width: 10em; height: 2em; word-wrap: break-word;
overflow: auto; -moz-user-select:text">Open the door</div>
<div id="RTLtextContent"
style="direction: rtl; width: 10em; height: 2em; word-wrap: break-word;
overflow: auto; -moz-user-select:text">תן לי מים</div>
<input id="LTRinput" style="direction: ltr;" value="Type something">
<input id="RTLinput" style="direction: rtl;" value="לרוץ במעלה הגבעה">
<br><br><br>
<textarea id="LTRtextarea" style="direction: ltr;"
rows="3" cols="8">Words in a box</textarea>
<textarea id="RTLtextarea" style="direction: rtl;"
rows="3" cols="8">הספר הוא טוב</textarea>
<br>
<input id="LTRphone" style="direction: ltr;" size="40"
value="09876543210 .-.)(wp#*1034103410341034X">
<br>
<input id="RTLphone" style="direction: rtl;" size="40"
value="התקשר +972 3 7347514 במשך זמן טוב">
<br><br><br>
<div><input value="DDs12">3 45<em id="bug1265750"> 678</em> 90</div>
</body>
</html>
|