summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-counter-styles/lower-armenian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
commit0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch)
treea31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/tests/css/css-counter-styles/lower-armenian
parentInitial commit. (diff)
downloadfirefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz
firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/css/css-counter-styles/lower-armenian')
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-111-ref.html36
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-111.html37
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-112-ref.html50
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-112.html51
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-114-ref.html31
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-114.html32
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-115-ref.html28
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-115.html29
8 files changed, 294 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-111-ref.html b/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-111-ref.html
new file mode 100644
index 0000000000..b114dfffd1
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-111-ref.html
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>lower-armenian, 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'>
+<meta name="assert" content="list-style-type: lower-armenian produces numbers up to 9 per the spec.">
+<style type='text/css'>
+ol li { list-style-type: lower-armenian; }
+/* 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> \ No newline at end of file
diff --git a/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-111.html b/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-111.html
new file mode 100644
index 0000000000..075d8cc98f
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-111.html
@@ -0,0 +1,37 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>lower-armenian, 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='match' href='css3-counter-styles-111-ref.html'>
+<meta name="assert" content="list-style-type: lower-armenian produces numbers up to 9 per the spec.">
+<style type='text/css'>
+ol li { list-style-type: lower-armenian; }
+/* 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> \ No newline at end of file
diff --git a/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-112-ref.html b/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-112-ref.html
new file mode 100644
index 0000000000..b8a2cf0bcc
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-112-ref.html
@@ -0,0 +1,50 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>lower-armenian, 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'>
+<meta name="assert" content="list-style-type: lower-armenian produces numbers after 9 per the spec.">
+<style type='text/css'>
+ol li { list-style-type: lower-armenian; }
+/* 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>
+</div>
+<!--Notes:
+You will need an appropriate font to run this test.
+The test relies on the start attribute working.
+To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
+-->
+</body>
+</html> \ No newline at end of file
diff --git a/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-112.html b/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-112.html
new file mode 100644
index 0000000000..4f078c37d3
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-112.html
@@ -0,0 +1,51 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>lower-armenian, 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='match' href='css3-counter-styles-112-ref.html'>
+<meta name="assert" content="list-style-type: lower-armenian produces numbers after 9 per the spec.">
+<style type='text/css'>
+ol li { list-style-type: lower-armenian; }
+/* 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>
+</div>
+<!--Notes:
+You will need an appropriate font to run this test.
+The test relies on the start attribute working.
+To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
+-->
+</body>
+</html> \ No newline at end of file
diff --git a/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-114-ref.html b/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-114-ref.html
new file mode 100644
index 0000000000..2504c76b28
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-114-ref.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>lower-armenian, 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'>
+<meta name="assert" content="list-style-type: lower-armenian produces numbers in the fallback counter style above the limit per the spec.">
+<style type='text/css'>
+ol li { list-style-type: lower-armenian; }
+/* 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='9999'>
+<div><bdi>քջղթ. </bdi>քջղթ</div>
+<div><bdi>10000. </bdi>10000</div>
+<div><bdi>10001. </bdi>10001</div>
+</ol>
+</div>
+<!--Notes:
+You will need an appropriate font to run this test.
+The test relies on the start attribute working.
+To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
+-->
+</body>
+</html> \ No newline at end of file
diff --git a/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-114.html b/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-114.html
new file mode 100644
index 0000000000..b6a1888fb1
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-114.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>lower-armenian, 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='match' href='css3-counter-styles-114-ref.html'>
+<meta name="assert" content="list-style-type: lower-armenian produces numbers in the fallback counter style above the limit per the spec.">
+<style type='text/css'>
+ol li { list-style-type: lower-armenian; }
+/* 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='9999'>
+<li title="9999">քջղթ</li>
+<li title="10000">10000</li>
+<li title="10001">10001</li>
+</ol>
+</div>
+<!--Notes:
+You will need an appropriate font to run this test.
+The test relies on the start attribute working.
+To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
+-->
+</body>
+</html> \ No newline at end of file
diff --git a/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-115-ref.html b/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-115-ref.html
new file mode 100644
index 0000000000..170a636f1d
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-115-ref.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>lower-armenian, 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'>
+<meta name="assert" content="list-style-type: lower-armenian produces a suffix per the spec.">
+<style type='text/css'>
+ol li { list-style-type: lower-armenian; }
+/* 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>
+<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> \ No newline at end of file
diff --git a/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-115.html b/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-115.html
new file mode 100644
index 0000000000..0d8cafb810
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/lower-armenian/css3-counter-styles-115.html
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>lower-armenian, 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='match' href='css3-counter-styles-115-ref.html'>
+<meta name="assert" content="list-style-type: lower-armenian produces a suffix per the spec.">
+<style type='text/css'>
+ol li { list-style-type: lower-armenian; }
+/* 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>
+<li title="1">ա.</li>
+<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> \ No newline at end of file