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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/bidi-embedding-pop-and-push-same.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/bidi-embedding-pop-and-push-same.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/bidi-embedding-pop-and-push-same.html b/third_party/WebKit/LayoutTests/fast/text/bidi-embedding-pop-and-push-same.html
index ae521d1ba76e43be62efd40843acb249bb15458c..f4d81476158ecc847b46d3c0e0990e0ddea1cfc4 100644
--- a/third_party/WebKit/LayoutTests/fast/text/bidi-embedding-pop-and-push-same.html
+++ b/third_party/WebKit/LayoutTests/fast/text/bidi-embedding-pop-and-push-same.html
@@ -1,6 +1,7 @@
<meta charset="utf-8">
<style>
div.group { border: 1px lightblue solid; padding: 4px; margin: 8px; }
+ [dir] { unicode-bidi: embed; }
</style>
<p>
In each box below, the words or letters should be in the same order on every line.

Powered by Google App Engine
This is Rietveld 408576698