Index: LayoutTests/fast/text/bidi-reverse-runs-crash.html |
diff --git a/LayoutTests/fast/text/bidi-reverse-runs-crash.html b/LayoutTests/fast/text/bidi-reverse-runs-crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..936ecc50847309102a4bb6367202e26eab2b3ed3 |
--- /dev/null |
+++ b/LayoutTests/fast/text/bidi-reverse-runs-crash.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<html dir="RTL"> |
+<meta charset="ISO-8859-8">sdf |
+<script> |
+if (window.testRunner) |
+ testRunner.dumpAsText(); |
+</script> |
+<input> |
+<i dir=""> |
+<tt dir="auto"></tt> |
+<div>PASS if did not crash. </div> |
+</html> |