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

Side by Side Diff: LayoutTests/svg/text/text-intro-05-t.svg

Issue 1057303003: Remove 2 duplicated SVG tests and rename 3 SVG text tests for selection (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove 2 duplicated SVG tests and rename 3 SVG text tests for reflecting 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg version="1.1" baseProfile="tiny" id="svg-root" width="100%" height="100%" v iewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www. w3.org/1999/xlink">
3 <!--======================================================================-->
4 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
5 <!--= Institute of Technology, Institut National de Recherche en =-->
6 <!--= Informatique et en Automatique, Keio University). All Rights =-->
7 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
8 <!--======================================================================-->
9 <!-- NOTE: CVS will automatically update the -->
10 <!-- "$RCSfile: text-intro-05-t.svg,v $" and "$Revision: 1.4 $" -->
11 <!-- fields in the file. -->
12 <!-- There is no need to update this information. -->
13 <!-- =====================================================================-->
14 <SVGTestCase xmlns="http://www.w3.org/2000/02/svg/testsuite/description/" revi ewer="ED" owner="CL" desc="Tests Arabic text using various platform fonts" statu s="accepted" version="$Revision: 1.4 $" testname="$RCSfile: text-intro-05-t.svg, v $">
15 <OperatorScript>
16 <Paragraph>
17 Tests Arabic text using various platform fonts. If these fonts a re not available, a fallback font should be used that has Arabic glyphs. If such a font is not available, the 'missing glyph' (typically an open rectangle) shou ld be displayed. It is an error to display the wrong Arabic glyphs, for example to display all isolate forms.
18 </Paragraph>
19 </OperatorScript>
20 </SVGTestCase>
21 <title id="test-title">$RCSfile: text-intro-05-t.svg,v $</title>
22 <!--======================================================================-->
23 <!--Content of Test Case follows... =====================-->
24 <!--======================================================================-->
25 <g id="test-body-content">
26 <text x="460" y="80" text-anchor="end" xml:lang="ar" font-size="30" font-fami ly="Andalus">لماذا لا يتكلمون اللّغة العربية فحسب؟</text>
27 <!-- andalus font comes with Windows 2000 and XP -->
28 <text x="460" y="160" text-anchor="end" xml:lang="ar" font-size="36" font-fami ly="'Diwani Letter'">لماذا لا يتكلمون اللّغة العربية فحسب؟</text>
29 <!-- Diwani fonts come with Microsoft Arabic fonts extension for Office XP
30 http://www.microsoft.com/downloads/details.aspx?FamilyID=A83C0E03-8913-47A3-ACB7 -8AC357627620&displaylang=AR -->
31 <text x="460" y="240" text-anchor="end" xml:lang="ar" font-size="30" font-fami ly="'Nafees Naskh'">لماذا لا يتكلمون اللّغة العربية فحسب؟</text>
32 <!-- Nafees Nastaleeq and Nafees Naskh are freely available from
33 the Center for Research in Urdu Language Processing (CRULP http://www.crulp.or g )
34 at the National University of Computer and Emerging Sciences, Pakistan
35 ( http://www.nu.edu.pk ) -->
36 </g>
37 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$ Revision: 1.4 $</text>
38 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke= "#000"/>
39 <script>
40 if (window.testRunner)
41 window.testRunner.dumpSelectionRect();
42 document.execCommand("SelectAll");
43 </script>
44 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/W3C-SVG-1.1/text-intro-05-t.svg ('k') | LayoutTests/svg/text/text-path-01-b.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698