summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/tests/bug629172.html
blob: e583b2d44ff21b57a3220140124f422812ec8ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<html>
<head>
<script type="text/javascript" src="/tests/SimpleTest/WindowSnapshot.js"></script>
<style>
textarea { resize: none }
</style>
</head>
<body>
<div id="content">
<textarea id="ltr-ref" style="display: none">test.</textarea>
<textarea id="rtl-ref" style="display: none; direction: rtl">test.</textarea>
</div
</body>
</html>