mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
24
layout/reftests/bidi/267459-2.html
Normal file
24
layout/reftests/bidi/267459-2.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Test unicode-bidi in form controls</title>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=iso-8859-8">
|
||||
</head>
|
||||
<body>
|
||||
<p>ôéñ÷ä æå àîåøä ìäéåú äôåëä</p>
|
||||
<p>
|
||||
<textarea rows="3" cols="80">ùåøä æå ìà àîåøä ìäéåú äôåëä</textarea><br>
|
||||
<input type="text" size="80" value="ùåøä æå ìà àîåøä ìäéåú äôåëä"><br>
|
||||
<input type="button" value="ùåøä æå ìà àîåøä ìäéåú äôåëä"><br>
|
||||
<select size="6">
|
||||
<option selected>ùåøåú</option>
|
||||
<optgroup label="àìä">
|
||||
<option>ìà</option>
|
||||
<option>àîåøåú</option>
|
||||
</optgroup>
|
||||
<optgroup label="ìäéåú">
|
||||
<option>äôåëåú</option>
|
||||
</optgroup>
|
||||
</select><br>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue