summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/hebrew
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/encoding/hebrew')
-rw-r--r--LayoutTests/fast/encoding/hebrew/8859-8-e-expected.txt3
-rw-r--r--LayoutTests/fast/encoding/hebrew/8859-8-e.html3
-rw-r--r--LayoutTests/fast/encoding/hebrew/8859-8-expected.txt3
-rw-r--r--LayoutTests/fast/encoding/hebrew/8859-8-i-expected.txt3
-rw-r--r--LayoutTests/fast/encoding/hebrew/8859-8-i.html3
-rw-r--r--LayoutTests/fast/encoding/hebrew/8859-8.html3
-rw-r--r--LayoutTests/fast/encoding/hebrew/csISO88598I-expected.txt3
-rw-r--r--LayoutTests/fast/encoding/hebrew/csISO88598I.html3
-rw-r--r--LayoutTests/fast/encoding/hebrew/hebrew-expected.txt3
-rw-r--r--LayoutTests/fast/encoding/hebrew/hebrew.html3
-rw-r--r--LayoutTests/fast/encoding/hebrew/iso-ir-138-expected.txt3
-rw-r--r--LayoutTests/fast/encoding/hebrew/iso-ir-138.html3
-rw-r--r--LayoutTests/fast/encoding/hebrew/logical-expected.txt3
-rw-r--r--LayoutTests/fast/encoding/hebrew/logical.html3
14 files changed, 42 insertions, 0 deletions
diff --git a/LayoutTests/fast/encoding/hebrew/8859-8-e-expected.txt b/LayoutTests/fast/encoding/hebrew/8859-8-e-expected.txt
new file mode 100644
index 0000000..1503d86
--- /dev/null
+++ b/LayoutTests/fast/encoding/hebrew/8859-8-e-expected.txt
@@ -0,0 +1,3 @@
+ןוכנ הז
+
+PASS
diff --git a/LayoutTests/fast/encoding/hebrew/8859-8-e.html b/LayoutTests/fast/encoding/hebrew/8859-8-e.html
new file mode 100644
index 0000000..9314c39
--- /dev/null
+++ b/LayoutTests/fast/encoding/hebrew/8859-8-e.html
@@ -0,0 +1,3 @@
+<meta http-equiv="content-Type" content="text/html; charset=iso-8859-8-E" /><body><p id=p>
+ïåëð äæ</p><script>if (window.layoutTestController) layoutTestController.dumpAsText();
+document.write((document.defaultView.getComputedStyle(document.getElementById("p"), null).getPropertyValue("-webkit-rtl-ordering") == "visual") ? "PASS" : "FAIL")</script></body> \ No newline at end of file
diff --git a/LayoutTests/fast/encoding/hebrew/8859-8-expected.txt b/LayoutTests/fast/encoding/hebrew/8859-8-expected.txt
new file mode 100644
index 0000000..1503d86
--- /dev/null
+++ b/LayoutTests/fast/encoding/hebrew/8859-8-expected.txt
@@ -0,0 +1,3 @@
+ןוכנ הז
+
+PASS
diff --git a/LayoutTests/fast/encoding/hebrew/8859-8-i-expected.txt b/LayoutTests/fast/encoding/hebrew/8859-8-i-expected.txt
new file mode 100644
index 0000000..899cd05
--- /dev/null
+++ b/LayoutTests/fast/encoding/hebrew/8859-8-i-expected.txt
@@ -0,0 +1,3 @@
+זה נכון
+
+PASS
diff --git a/LayoutTests/fast/encoding/hebrew/8859-8-i.html b/LayoutTests/fast/encoding/hebrew/8859-8-i.html
new file mode 100644
index 0000000..ca85599
--- /dev/null
+++ b/LayoutTests/fast/encoding/hebrew/8859-8-i.html
@@ -0,0 +1,3 @@
+<meta http-equiv="content-Type" content="text/html; charset=iso-8859-8-i" /><body><p id=p>
+æä ðëåï</p><script>if (window.layoutTestController) layoutTestController.dumpAsText();
+document.write((document.defaultView.getComputedStyle(document.getElementById("p"), null).getPropertyValue("-webkit-rtl-ordering") == "logical") ? "PASS" : "FAIL")</script></body> \ No newline at end of file
diff --git a/LayoutTests/fast/encoding/hebrew/8859-8.html b/LayoutTests/fast/encoding/hebrew/8859-8.html
new file mode 100644
index 0000000..c96323c
--- /dev/null
+++ b/LayoutTests/fast/encoding/hebrew/8859-8.html
@@ -0,0 +1,3 @@
+<meta http-equiv="content-Type" content="text/html; charset=iso-8859-8" /><body><p id=p>
+ïåëð äæ</p><script>if (window.layoutTestController) layoutTestController.dumpAsText();
+document.write((document.defaultView.getComputedStyle(document.getElementById("p"), null).getPropertyValue("-webkit-rtl-ordering") == "visual") ? "PASS" : "FAIL")</script></body> \ No newline at end of file
diff --git a/LayoutTests/fast/encoding/hebrew/csISO88598I-expected.txt b/LayoutTests/fast/encoding/hebrew/csISO88598I-expected.txt
new file mode 100644
index 0000000..899cd05
--- /dev/null
+++ b/LayoutTests/fast/encoding/hebrew/csISO88598I-expected.txt
@@ -0,0 +1,3 @@
+זה נכון
+
+PASS
diff --git a/LayoutTests/fast/encoding/hebrew/csISO88598I.html b/LayoutTests/fast/encoding/hebrew/csISO88598I.html
new file mode 100644
index 0000000..2c138d6
--- /dev/null
+++ b/LayoutTests/fast/encoding/hebrew/csISO88598I.html
@@ -0,0 +1,3 @@
+<meta http-equiv="content-Type" content="text/html; charset=csISO88598I" /><body><p id=p>
+æä ðëåï</p><script>if (window.layoutTestController) layoutTestController.dumpAsText();
+document.write((document.defaultView.getComputedStyle(document.getElementById("p"), null).getPropertyValue("-webkit-rtl-ordering") == "logical") ? "PASS" : "FAIL")</script></body> \ No newline at end of file
diff --git a/LayoutTests/fast/encoding/hebrew/hebrew-expected.txt b/LayoutTests/fast/encoding/hebrew/hebrew-expected.txt
new file mode 100644
index 0000000..1503d86
--- /dev/null
+++ b/LayoutTests/fast/encoding/hebrew/hebrew-expected.txt
@@ -0,0 +1,3 @@
+ןוכנ הז
+
+PASS
diff --git a/LayoutTests/fast/encoding/hebrew/hebrew.html b/LayoutTests/fast/encoding/hebrew/hebrew.html
new file mode 100644
index 0000000..c96323c
--- /dev/null
+++ b/LayoutTests/fast/encoding/hebrew/hebrew.html
@@ -0,0 +1,3 @@
+<meta http-equiv="content-Type" content="text/html; charset=iso-8859-8" /><body><p id=p>
+ïåëð äæ</p><script>if (window.layoutTestController) layoutTestController.dumpAsText();
+document.write((document.defaultView.getComputedStyle(document.getElementById("p"), null).getPropertyValue("-webkit-rtl-ordering") == "visual") ? "PASS" : "FAIL")</script></body> \ No newline at end of file
diff --git a/LayoutTests/fast/encoding/hebrew/iso-ir-138-expected.txt b/LayoutTests/fast/encoding/hebrew/iso-ir-138-expected.txt
new file mode 100644
index 0000000..1503d86
--- /dev/null
+++ b/LayoutTests/fast/encoding/hebrew/iso-ir-138-expected.txt
@@ -0,0 +1,3 @@
+ןוכנ הז
+
+PASS
diff --git a/LayoutTests/fast/encoding/hebrew/iso-ir-138.html b/LayoutTests/fast/encoding/hebrew/iso-ir-138.html
new file mode 100644
index 0000000..fd4bb0b
--- /dev/null
+++ b/LayoutTests/fast/encoding/hebrew/iso-ir-138.html
@@ -0,0 +1,3 @@
+<meta http-equiv="content-Type" content="text/html; charset=iso-ir-138" /><body><p id=p>
+ïåëð äæ</p><script>if (window.layoutTestController) layoutTestController.dumpAsText();
+document.write((document.defaultView.getComputedStyle(document.getElementById("p"), null).getPropertyValue("-webkit-rtl-ordering") == "visual") ? "PASS" : "FAIL")</script></body> \ No newline at end of file
diff --git a/LayoutTests/fast/encoding/hebrew/logical-expected.txt b/LayoutTests/fast/encoding/hebrew/logical-expected.txt
new file mode 100644
index 0000000..899cd05
--- /dev/null
+++ b/LayoutTests/fast/encoding/hebrew/logical-expected.txt
@@ -0,0 +1,3 @@
+זה נכון
+
+PASS
diff --git a/LayoutTests/fast/encoding/hebrew/logical.html b/LayoutTests/fast/encoding/hebrew/logical.html
new file mode 100644
index 0000000..8929576
--- /dev/null
+++ b/LayoutTests/fast/encoding/hebrew/logical.html
@@ -0,0 +1,3 @@
+<meta http-equiv="content-Type" content="text/html; charset=logical" /><body><p id=p>
+æä ðëåï</p><script>if (window.layoutTestController) layoutTestController.dumpAsText();
+document.write((document.defaultView.getComputedStyle(document.getElementById("p"), null).getPropertyValue("-webkit-rtl-ordering") == "logical") ? "PASS" : "FAIL")</script></body> \ No newline at end of file