Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Unified Diff: LayoutTests/fast/text/international/unicode-bidi-isolate-nested-first-child-text-expected.html

Issue 23298002: Fix nested unicode-bidi: isolate (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Proposed patch Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/text/international/unicode-bidi-isolate-nested-first-child-text-expected.html
diff --git a/LayoutTests/fast/text/international/unicode-bidi-isolate-nested-first-child-text-expected.html b/LayoutTests/fast/text/international/unicode-bidi-isolate-nested-first-child-text-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..bd3af84cc7151625e5cc74f1df2b4d10a1912d11
--- /dev/null
+++ b/LayoutTests/fast/text/international/unicode-bidi-isolate-nested-first-child-text-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ </head>
+ <body>
+ <span>First Text
+ <span>&#x05D0;-></span>Second Text
+ <span>&#x05D0;-<</span>
+ </span>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698