summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/tests/bug629172.html
diff options
context:
space:
mode:
Diffstat (limited to 'editor/libeditor/tests/bug629172.html')
-rw-r--r--editor/libeditor/tests/bug629172.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/editor/libeditor/tests/bug629172.html b/editor/libeditor/tests/bug629172.html
new file mode 100644
index 000000000..e583b2d44
--- /dev/null
+++ b/editor/libeditor/tests/bug629172.html
@@ -0,0 +1,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>