Index: LayoutTests/fast/text/international/unicode-bidi-plaintext-nested-isolate-neutral-expected.html |
diff --git a/LayoutTests/fast/text/international/unicode-bidi-plaintext-nested-isolate-neutral-expected.html b/LayoutTests/fast/text/international/unicode-bidi-plaintext-nested-isolate-neutral-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4aa3e5713a006d361592a3e9fe1fd3613b87f30c |
--- /dev/null |
+++ b/LayoutTests/fast/text/international/unicode-bidi-plaintext-nested-isolate-neutral-expected.html |
@@ -0,0 +1,26 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <meta charset="utf-8"/> |
+ <style> |
+ body { |
+ font-size:2em; |
+ text-align:left; |
+ } |
+ .ref { |
+ border: medium solid gray; |
+ padding: 10px; |
+ margin: 20px; |
+ } |
+ </style> |
+ </head> |
+ <body> |
+ <div class="ref"> |
+ <span dir="ltr">א-></span> |
+ == == ==> |
+ <span dir="ltr">א == ===</span> |
+ <span>Text</span> |
+ <span>א</span> |
+ </div> |
+ </body> |
+</html> |