gecko/layout/reftests/bidi/dirAuto/dynamicDirAuto-addLTR-Auto.html
2012-11-21 02:13:56 -08:00

15 lines
318 B
HTML

<!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>