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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/international/bidi-ignored-for-first-child-inline.html

Issue 1463473002: Make unicode-bidi:isolate the default for elements with dir attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: leviw review Created 5 years 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: third_party/WebKit/LayoutTests/fast/text/international/bidi-ignored-for-first-child-inline.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/international/bidi-ignored-for-first-child-inline.html b/third_party/WebKit/LayoutTests/fast/text/international/bidi-ignored-for-first-child-inline.html
index 10eb488ece73cfcea375d7a0c1c7bc7901e471b4..3e2d3499cfe7189796ca076426f9a1761ffe97ef 100644
--- a/third_party/WebKit/LayoutTests/fast/text/international/bidi-ignored-for-first-child-inline.html
+++ b/third_party/WebKit/LayoutTests/fast/text/international/bidi-ignored-for-first-child-inline.html
@@ -3,6 +3,7 @@
<title>Bidi properties ignored for inline container whose first child is an inline container</title>
<style type="text/css">
.rlo { direction: rtl; unicode-bidi: bidi-override; }
+[dir] { unicode-bidi: embed; }
</style>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698