summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-counter-styles/khmer
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/tests/css/css-counter-styles/khmer
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/css/css-counter-styles/khmer')
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-161-ref.html35
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-161.html36
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-162-ref.html48
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-162.html49
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-163-ref.html28
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-163.html29
6 files changed, 225 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-161-ref.html b/testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-161-ref.html
new file mode 100644
index 0000000000..8b86aabd57
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-161-ref.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>khmer, 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: khmer produces numbers up to 9 per the spec.">
+<style type='text/css'>
+ol li { list-style-type: khmer; }
+/* 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/khmer/css3-counter-styles-161.html b/testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-161.html
new file mode 100644
index 0000000000..b486cd0738
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-161.html
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>khmer, 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-161-ref.html'>
+<meta name="assert" content="list-style-type: khmer produces numbers up to 9 per the spec.">
+<style type='text/css'>
+ol li { list-style-type: khmer; }
+/* 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/khmer/css3-counter-styles-162-ref.html b/testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-162-ref.html
new file mode 100644
index 0000000000..49ddde4b2c
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-162-ref.html
@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>khmer, 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: khmer produces numbers after 9 per the spec.">
+<style type='text/css'>
+ol li { list-style-type: khmer; }
+/* 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="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="5865"><div><bdi>៥៨៦៥. </bdi>៥៨៦៥</div></ol>
+<ol start="7005"><div><bdi>៧០០៥. </bdi>៧០០៥</div></ol>
+<ol start="7800"><div><bdi>៧៨០០. </bdi>៧៨០០</div></ol>
+<ol start="7864"><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/khmer/css3-counter-styles-162.html b/testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-162.html
new file mode 100644
index 0000000000..bf60c05ff1
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-162.html
@@ -0,0 +1,49 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>khmer, 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-162-ref.html'>
+<meta name="assert" content="list-style-type: khmer produces numbers after 9 per the spec.">
+<style type='text/css'>
+ol li { list-style-type: khmer; }
+/* 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="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="5865"><li title="5865">៥៨៦៥</li></ol>
+<ol start="7005"><li title="7005">៧០០៥</li></ol>
+<ol start="7800"><li title="7800">៧៨០០</li></ol>
+<ol start="7864"><li title="7864">៧៨៦៤</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/khmer/css3-counter-styles-163-ref.html b/testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-163-ref.html
new file mode 100644
index 0000000000..92441e2529
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-163-ref.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>khmer, 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: khmer produces a suffix per the spec.">
+<style type='text/css'>
+ol li { list-style-type: khmer; }
+/* 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/khmer/css3-counter-styles-163.html b/testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-163.html
new file mode 100644
index 0000000000..dcc1a13850
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/khmer/css3-counter-styles-163.html
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>khmer, 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-163-ref.html'>
+<meta name="assert" content="list-style-type: khmer produces a suffix per the spec.">
+<style type='text/css'>
+ol li { list-style-type: khmer; }
+/* 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