Index: LayoutTests/fast/text/international/unicode-bidi-plaintext-around-inline-plaintext-expected.html |
diff --git a/LayoutTests/fast/text/international/unicode-bidi-plaintext-around-inline-plaintext-expected.html b/LayoutTests/fast/text/international/unicode-bidi-plaintext-around-inline-plaintext-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..42eb6af92316b4b7c4c33285cfeba1dc930cf5f6 |
--- /dev/null |
+++ b/LayoutTests/fast/text/international/unicode-bidi-plaintext-around-inline-plaintext-expected.html |
@@ -0,0 +1,27 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <meta charset="utf-8"/> |
+ <style> |
+ body { |
+ font-size:2em; |
+ text-align:left; |
+ } |
+ .ref { |
+ border: medium solid gray; |
+ padding: 10px; |
+ width: 400px; |
+ margin: 20px; |
+ } |
+ .plaintext { |
+ unicode-bidi: -webkit-plaintext; |
+ } |
+ </style> |
+ </head> |
+ <body> |
+ <div class="ref"> |
+ א->‏ == == ==>‎ |
+ <div dir="rtl">ב-> == == ==></div> |
+ </div> |
+ </body> |
+</html> |