summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/263359-4.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bidi/263359-4.html')
-rw-r--r--layout/reftests/bidi/263359-4.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/layout/reftests/bidi/263359-4.html b/layout/reftests/bidi/263359-4.html
new file mode 100644
index 0000000000..d766c862c6
--- /dev/null
+++ b/layout/reftests/bidi/263359-4.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>change direction of pre with bidi text</title>
+ <meta charset="UTF-8">
+<script type="text/javascript">
+
+function boom()
+{
+ document.getElementById("w").style.direction="rtl";
+}
+
+</script>
+ </head>
+ <body onload="boom();">
+ <pre id="w"> can_be_executable=TRUE
+ [he]description=סוג לא ידוע
+ description=Unknown type
+ [ar]description=نوع غير معروف
+ [az]description=Namə'lum növ
+</pre>
+</body>
+</html>
+