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

Unified Diff: LayoutTests/fast/text/international/unicode-bidi-isolate-nested-first-child-text.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
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/unicode-bidi-isolate-nested-first-child-text-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/international/unicode-bidi-isolate-nested-first-child-text.html
diff --git a/LayoutTests/fast/text/international/unicode-bidi-isolate-nested-first-child-text.html b/LayoutTests/fast/text/international/unicode-bidi-isolate-nested-first-child-text.html
new file mode 100644
index 0000000000000000000000000000000000000000..22c103a6b1cb45f28ce5cdf102b578d533a703b4
--- /dev/null
+++ b/LayoutTests/fast/text/international/unicode-bidi-isolate-nested-first-child-text.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <style>
+ .isolate {
+ unicode-bidi: -webkit-isolate;
+ }
+ </style>
+ </head>
+ <body>
+ <span class="isolate">First Text
+ <span class="isolate">&#x05D0;-></span>Second Text
+ <span class="isolate">&#x05D0;-<</span>
+ </span>
+ </body>
+</html>
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/unicode-bidi-isolate-nested-first-child-text-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698