blob: 16dc62b5b936051a9f63d7578b37d434cedb2cf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!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="addLTRAutoElements()">
<div id="container"></div>
</body>
</html>
|