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

Unified Diff: LayoutTests/svg/text/bidi-text-query.svg

Issue 1083073002: Add a "logical query mode" to SVGTextQuery (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Older URL. Created 5 years, 8 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/svg/text/bidi-text-query.svg
diff --git a/LayoutTests/svg/text/bidi-text-query.svg b/LayoutTests/svg/text/bidi-text-query.svg
index 18f1d18e957989ce4652473d5b9653f591748c36..afedda62b30d2162cbf03a6033d781db3a59e526 100644
--- a/LayoutTests/svg/text/bidi-text-query.svg
+++ b/LayoutTests/svg/text/bidi-text-query.svg
@@ -3,6 +3,7 @@
<g font-family="Arial" font-size="18">
<text x="10" y="50"><tspan direction="ltr" unicode-bidi="bidi-override">نشاط التدويل، W3C</tspan></text>
<text x="10" y="80"><tspan direction="ltr" unicode-bidi="normal">نشاط التدويل، W3C</tspan></text>
+ <text x="10" y="110" text-anchor="end" direction="rtl">W3C <tspan>نشاط التدويل،</tspan></text>
<g id="container"/>
<script type="text/javascript"><![CDATA[
« no previous file with comments | « LayoutTests/svg/text/bidi-getsubstringlength-expected.txt ('k') | LayoutTests/svg/text/textquery-collapsed-whitespace.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698