summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-counter-styles/georgian
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-counter-styles/georgian')
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-010-ref.html34
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-010.html35
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-011-ref.html52
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-011.html53
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-012-ref.html31
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-012.html32
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-014-ref.html28
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-014.html29
8 files changed, 294 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-010-ref.html b/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-010-ref.html
new file mode 100644
index 0000000000..472d222260
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-010-ref.html
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>georgian, 0-9</title>
+<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
+<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
+<meta name="assert" content="list-style: georgian produces numbers up to 9 items per the spec.">
+<style type='text/css'>
+ol li { list-style-type: georgian; }
+/* the following CSS is not part of the test */
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; }
+</style>
+</head>
+<body>
+<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
+<div class="test"><ol>
+<div><bdi>ა. </bdi>ა</div>
+<div><bdi>ბ. </bdi>ბ</div>
+<div><bdi>გ. </bdi>გ</div>
+<div><bdi>დ. </bdi>დ</div>
+<div><bdi>ე. </bdi>ე</div>
+<div><bdi>ვ. </bdi>ვ</div>
+<div><bdi>ზ. </bdi>ზ</div>
+<div><bdi>ჱ. </bdi>ჱ</div>
+<div><bdi>თ. </bdi>თ</div></ol></div>
+<!--Notes:
+You will need an appropriate font to run this test.
+To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
+-->
+</body>
+</html>
diff --git a/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-010.html b/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-010.html
new file mode 100644
index 0000000000..daed9f4151
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-010.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>georgian, 0-9</title>
+<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
+<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
+<link rel='match' href='css3-counter-styles-010-ref.html'>
+<meta name="assert" content="list-style: georgian produces numbers up to 9 items per the spec.">
+<style type='text/css'>
+ol li { list-style-type: georgian; }
+/* the following CSS is not part of the test */
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; list-style-position: inside; }
+</style>
+</head>
+<body>
+<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
+<div class="test"><ol>
+<li title="1">ა</li>
+<li title="2">ბ</li>
+<li title="3">გ</li>
+<li title="4">დ</li>
+<li title="5">ე</li>
+<li title="6">ვ</li>
+<li title="7">ზ</li>
+<li title="8">ჱ</li>
+<li title="9">თ</li></ol></div>
+<!--Notes:
+You will need an appropriate font to run this test.
+To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
+-->
+</body>
+</html>
diff --git a/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-011-ref.html b/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-011-ref.html
new file mode 100644
index 0000000000..8ca14fa54c
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-011-ref.html
@@ -0,0 +1,52 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>georgian, 10+</title>
+<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
+<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
+<meta name="assert" content="list-style: georgian produces numbers after 9 items per the spec.">
+<style type='text/css'>
+ol li { list-style-type: georgian; }
+/* the following CSS is not part of the test */
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; }
+</style>
+</head>
+<body>
+<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
+<div class="test">
+<ol start='10'><div><bdi>ი. </bdi>ი</div></ol>
+<ol start='11'><div><bdi>ია. </bdi>ია</div></ol>
+<ol start='12'><div><bdi>იბ. </bdi>იბ</div></ol>
+<ol start='43'><div><bdi>მგ. </bdi>მგ</div></ol>
+<ol start='77'><div><bdi>ოზ. </bdi>ოზ</div></ol>
+<ol start='80'><div><bdi>პ. </bdi>პ</div></ol>
+<ol start='99'><div><bdi>ჟთ. </bdi>ჟთ</div></ol>
+<ol start='100'><div><bdi>რ. </bdi>რ</div></ol>
+<ol start='101'><div><bdi>რა. </bdi>რა</div></ol>
+<ol start='222'><div><bdi>სკბ. </bdi>სკბ</div></ol>
+<ol start='540'><div><bdi>ფმ. </bdi>ფმ</div></ol>
+<ol start='999'><div><bdi>შჟთ. </bdi>შჟთ</div></ol>
+<ol start='1000'><div><bdi>ჩ. </bdi>ჩ</div></ol>
+<ol start='1005'><div><bdi>ჩე. </bdi>ჩე</div></ol>
+<ol start='1060'><div><bdi>ჩჲ. </bdi>ჩჲ</div></ol>
+<ol start='1065'><div><bdi>ჩჲე. </bdi>ჩჲე</div></ol>
+<ol start='1800'><div><bdi>ჩყ. </bdi>ჩყ</div></ol>
+<ol start='1860'><div><bdi>ჩყჲ. </bdi>ჩყჲ</div></ol>
+<ol start='1865'><div><bdi>ჩყჲე. </bdi>ჩყჲე</div></ol>
+<ol start='5865'><div><bdi>ჭყჲე. </bdi>ჭყჲე</div></ol>
+<ol start='7005'><div><bdi>ჴე. </bdi>ჴე</div></ol>
+<ol start='7800'><div><bdi>ჴყ. </bdi>ჴყ</div></ol>
+<ol start='7865'><div><bdi>ჴყჲე. </bdi>ჴყჲე</div></ol>
+<ol start='9999'><div><bdi>ჰშჟთ. </bdi>ჰშჟთ</div></ol>
+<ol start='10000'><div><bdi>ჵ. </bdi>ჵ</div></ol>
+<ol start='10001'><div><bdi>ჵა. </bdi>ჵა</div></ol>
+</div>
+<!--Notes:
+You will need an appropriate font to run this test.
+To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
+-->
+</body>
+</html>
diff --git a/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-011.html b/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-011.html
new file mode 100644
index 0000000000..d09bc3f8bb
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-011.html
@@ -0,0 +1,53 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>georgian, 10+</title>
+<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
+<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
+<link rel='match' href='css3-counter-styles-011-ref.html'>
+<meta name="assert" content="list-style: georgian produces numbers after 9 items per the spec.">
+<style type='text/css'>
+ol li { list-style-type: georgian; }
+/* the following CSS is not part of the test */
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; list-style-position: inside; }
+</style>
+</head>
+<body>
+<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
+<div class="test">
+<ol start='10'><li title='10'>ი</li></ol>
+<ol start='11'><li title='11'>ია</li></ol>
+<ol start='12'><li title='12'>იბ</li></ol>
+<ol start='43'><li title='43'>მგ</li></ol>
+<ol start='77'><li title='77'>ოზ</li></ol>
+<ol start='80'><li title='80'>პ</li></ol>
+<ol start='99'><li title='99'>ჟთ</li></ol>
+<ol start='100'><li title='100'>რ</li></ol>
+<ol start='101'><li title='101'>რა</li></ol>
+<ol start='222'><li title='222'>სკბ</li></ol>
+<ol start='540'><li title='540'>ფმ</li></ol>
+<ol start='999'><li title='999'>შჟთ</li></ol>
+<ol start='1000'><li title='1000'>ჩ</li></ol>
+<ol start='1005'><li title='1005'>ჩე</li></ol>
+<ol start='1060'><li title='1060'>ჩჲ</li></ol>
+<ol start='1065'><li title='1065'>ჩჲე</li></ol>
+<ol start='1800'><li title='1800'>ჩყ</li></ol>
+<ol start='1860'><li title='1860'>ჩყჲ</li></ol>
+<ol start='1865'><li title='1865'>ჩყჲე</li></ol>
+<ol start='5865'><li title='5865'>ჭყჲე</li></ol>
+<ol start='7005'><li title='7005'>ჴე</li></ol>
+<ol start='7800'><li title='7800'>ჴყ</li></ol>
+<ol start='7865'><li title='7865'>ჴყჲე</li></ol>
+<ol start='9999'><li title='9999'>ჰშჟთ</li></ol>
+<ol start='10000'><li title='10000'>ჵ</li></ol>
+<ol start='10001'><li title='10001'>ჵა</li></ol>
+</div>
+<!--Notes:
+You will need an appropriate font to run this test.
+To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
+-->
+</body>
+</html>
diff --git a/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-012-ref.html b/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-012-ref.html
new file mode 100644
index 0000000000..2a36f414dd
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-012-ref.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>georgian, outside range</title>
+<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
+<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
+<meta name="assert" content="list-style-type: georgian produces numbers in the fallback counter style above the limit per the spec.">
+<style type='text/css'>
+ol li { list-style-type: georgian; }
+/* the following CSS is not part of the test */
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; }
+</style>
+</head>
+<body>
+<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
+<div class="test">
+<ol start="19999">
+<div><bdi>ჵჰშჟთ. </bdi>ჵჰშჟთ</div>
+<div><bdi>20000. </bdi>20000</div>
+<div><bdi>20001. </bdi>20001</div>
+</ol>
+</div>
+<!--Notes:
+You will need an appropriate font to run this test.
+To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
+-->
+</body>
+</html>
diff --git a/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-012.html b/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-012.html
new file mode 100644
index 0000000000..df68197a1d
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-012.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>georgian, outside range</title>
+<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
+<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
+<link rel='match' href='css3-counter-styles-012-ref.html'>
+<meta name="assert" content="list-style-type: georgian produces numbers in the fallback counter style above the limit per the spec.">
+<style type='text/css'>
+ol li { list-style-type: georgian; }
+/* the following CSS is not part of the test */
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; list-style-position: inside; }
+</style>
+</head>
+<body>
+<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
+<div class="test">
+<ol start="19999">
+<li title="19999">ჵჰშჟთ</li>
+<li title='20000'>20000</li>
+<li title='20001'>20001</li>
+</ol>
+</div>
+<!--Notes:
+You will need an appropriate font to run this test.
+To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
+-->
+</body>
+</html>
diff --git a/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-014-ref.html b/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-014-ref.html
new file mode 100644
index 0000000000..68d76deb57
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-014-ref.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>georgian, suffix</title>
+<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
+<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
+<meta name="assert" content="list-style-type: georgian produces a suffix per the spec.">
+<style type='text/css'>
+ol li { list-style-type: georgian; }
+/* the following CSS is not part of the test */
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; }
+</style>
+</head>
+<body>
+<p class="instructions">Test passes if the numbers AND the suffix in each of the two columns is the same.</p>
+<div class="test">
+<ol start='1'><div><bdi>ა. </bdi>ა.</div></ol>
+<ol start='2'><div><bdi>ბ. </bdi>ბ.</div></ol>
+</div>
+<!--Notes:
+You will need an appropriate font to run this test.
+To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
+-->
+</body>
+</html>
diff --git a/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-014.html b/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-014.html
new file mode 100644
index 0000000000..41fc2b4026
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/georgian/css3-counter-styles-014.html
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>georgian, suffix</title>
+<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
+<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
+<link rel='match' href='css3-counter-styles-014-ref.html'>
+<meta name="assert" content="list-style-type: georgian produces a suffix per the spec.">
+<style type='text/css'>
+ol li { list-style-type: georgian; }
+/* the following CSS is not part of the test */
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; list-style-position: inside; }
+</style>
+</head>
+<body>
+<p class="instructions">Test passes if the numbers AND the suffix in each of the two columns is the same.</p>
+<div class="test">
+<ol start='1'><li title='1'>ა.</li></ol>
+<ol start='2'><li title='2'>ბ.</li></ol>
+</div>
+<!--Notes:
+You will need an appropriate font to run this test.
+To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
+-->
+</body>
+</html>