Index: third_party/WebKit/LayoutTests/fast/text/international/iso-8859-8-and-isolate-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/text/international/iso-8859-8-and-isolate-expected.html b/third_party/WebKit/LayoutTests/fast/text/international/iso-8859-8-and-isolate-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..20658e9fdde7f140daf56bd09888419b529631b2 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/text/international/iso-8859-8-and-isolate-expected.html |
@@ -0,0 +1,17 @@ |
+<!DOCTYPE html> |
+<meta charset="ISO-8859-8"> |
+<style> |
+li { |
+ font-size: 50px; |
+ margin-left:1em; |
+} |
+</style> |
+<p>All lines must start with "â" and end with "ë". |
+<ol> |
+ <li>â÷ë |
+ <li>â÷ë |
+ <li>â÷ë |
+ <li>â÷ë |
+ <li>â÷ë |
+ <li>â÷ë |
+</ol> |