upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / fast / lists / w3-css3-upper-armenian.html
1 <html>
2 <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <style>
5         ol { margin: 0; }
6         .upper-armenian { list-style-type: upper-armenian; }
7     </style>
8     <script src="resources/dump-list.js"></script>
9     <script>
10         function runTest()
11         {
12             if (!window.layoutTestController)
13                 return;
14                 
15             layoutTestController.dumpAsText();
16             filterListsWithReplacement(document.querySelectorAll(".test ol"), testListItemMarkerEqualsListItemText);
17             document.body.removeChild(document.getElementById("description")); // Remove description when running in DRT.
18         }
19         window.onload = runTest;
20     </script>
21 </head>
22 <body>
23     <h1>CSS3 Upper Armenian</h1>
24     <div id="description">This test was derived from Richard Ishida's test "upper-armenian, up to 9,999" listed at <a href="http://www.w3.org/International/tests/tests-html-css/list-lists">http://www.w3.org/International/tests/tests-html-css/list-lists</a> (last updated 04/12/2010) and as it appeared when accessed on 11/17/2010. This test PASSED if the list item matches its bullet for every list item (below).
25     <p>Distributed under both the <a href="http://www.w3.org/Consortium/Legal/2008/04-testsuite-license">W3C Test Suite License</a> and the <a href="http://www.w3.org/Consortium/Legal/2008/03-bsd-license">W3C 3-clause BSD License</a>. To contribute to a W3C Test Suite, see the <a href="http://www.w3.org/2004/10/27-testcases">policies and contribution forms</a>.</p>
26     </div>
27     <div class="test">
28         <h2>upper-armenian</h2>
29         <ol class="upper-armenian">
30             <li>Ա</li>
31             <li>Բ</li>
32             <li>Գ</li>
33             <li>Դ</li>
34             <li>Ե</li>
35             <li>Զ</li>
36             <li>Է</li>
37             <li>Ը</li>
38             <li>Թ</li>
39             <li>Ժ</li>
40             <li>ԺԱ</li>
41             <li>ԺԲ</li>
42         </ol>
43         <ol class="upper-armenian" start="43">
44             <li>ԽԳ</li>
45         </ol>
46         <ol class="upper-armenian" start="77">
47             <li>ՀԷ</li>
48         </ol>
49         <ol class="upper-armenian" start="80">
50             <li>Ձ</li>
51         </ol>
52         <ol class="upper-armenian" start="99">
53             <li>ՂԹ</li>
54             <li>Ճ</li>
55             <li>ՃԱ</li>
56         </ol>
57         <ol class="upper-armenian" start="222">
58             <li>ՄԻԲ</li>
59         </ol>
60         <ol class="upper-armenian" start="540">
61             <li>ՇԽ</li>
62         </ol>
63         <ol class="upper-armenian" start="999">
64             <li>ՋՂԹ</li>
65             <li>Ռ</li>
66         </ol>
67         <ol class="upper-armenian" start="1005">
68             <li>ՌԵ</li>
69         </ol>
70         <ol class="upper-armenian" start="1060">
71             <li>ՌԿ</li>
72         </ol>
73         <ol class="upper-armenian" start="1065">
74             <li>ՌԿԵ</li>
75         </ol>
76         <ol class="upper-armenian" start="1800">
77             <li>ՌՊ</li>
78         </ol>
79         <ol class="upper-armenian" start="1860">
80             <li>ՌՊԿ</li>
81         </ol>
82         <ol class="upper-armenian" start="1865">
83             <li>ՌՊԿԵ</li>
84         </ol>
85         <ol class="upper-armenian" start="5865">
86             <li>ՐՊԿԵ</li>
87         </ol>
88         <ol class="upper-armenian" start="7005">
89             <li>ՈՒԵ</li>
90         </ol>
91         <ol class="upper-armenian" start="7800">
92             <li>ՈՒՊ</li>
93         </ol>
94         <ol class="upper-armenian" start="7865">
95             <li>ՈՒՊԿԵ</li>
96         </ol>
97         <ol class="upper-armenian" start="9999">
98             <li>ՔՋՂԹ</li>
99         </ol>
100     </div>
101 </body>
102 </html>