mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
318 B
HTML
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="addRTLAutoElements()">
|
|
<div id="container"></div>
|
|
</body>
|
|
</html>
|