Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bidi/dirAuto/dynamicDirAuto-setRTL-Auto5.html

19 lines
614 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Set and unset dir="auto"</title>
<script type="text/javascript" src="setDir.js"></script>
<style>
textarea { resize: none; }
</style>
</head>
<body onload="setAllDirAttribute('auto')">
<div><input type="text" value="אבג ABC" id="set0" dir="rtl"></div>
<div><span id="set1" dir="rtl">אבג ABC</span></div>
<div><textarea id="set2" dir="rtl">אבג ABC</textarea></div>
<div><button id="set3" dir="rtl">אבג ABC</button></div>
<div><bdi id="set4" dir="rtl">אבג ABC</bdi></div>
</body>
</html>