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

Unified Diff: LayoutTests/fast/text/international/unicode-bidi-isolate-nested-simple.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-simple.html
diff --git a/LayoutTests/fast/text/international/unicode-bidi-isolate-nested-simple.html b/LayoutTests/fast/text/international/unicode-bidi-isolate-nested-simple.html
new file mode 100644
index 0000000000000000000000000000000000000000..ca0d47e0c95de5dad2ef6a6f1a3d2a40ce69a92e
--- /dev/null
+++ b/LayoutTests/fast/text/international/unicode-bidi-isolate-nested-simple.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <style>
+ .isolate {
+ unicode-bidi: -webkit-isolate;
+ }
+ </style>
+ </head>
+ <body>
+ <span class="isolate"><span class="isolate">&#x05D0;-></span>Text</span>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698