summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal')
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-071-ref.html41
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-071.html42
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-072-ref.html55
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-072.html56
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-073-alt-ref.html27
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-073-ref.html28
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-073.html30
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-074-ref.html31
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-074.html32
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-075-ref.html32
-rw-r--r--testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-075.html33
11 files changed, 407 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-071-ref.html b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-071-ref.html
new file mode 100644
index 0000000000..77eec4d547
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-071-ref.html
@@ -0,0 +1,41 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>simp-chinese-informal, 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/#complex-cjk'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
+<meta name="assert" content="Setting list-style-type to simp-chinese-informal will produce list of up to 9 items numbering as described in the CSS3 Counter Styles module.">
+<style type='text/css'>
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; }
+ol li { list-style-type: simp-chinese-informal; }
+</style>
+</head>
+<body>
+<p class="instructions">Test passes if the two columns are the same, ignoring the suffix.</p>
+
+
+<div class="test"><ol start='0'><div><bdi>零、</bdi>零、</div></ol>
+<ol start='1'><div><bdi>一、</bdi>一、</div></ol>
+<ol start='2'><div><bdi>二、</bdi>二、</div></ol>
+<ol start='3'><div><bdi>三、</bdi>三、</div></ol>
+<ol start='4'><div><bdi>四、</bdi>四、</div></ol>
+<ol start='5'><div><bdi>五、</bdi>五、</div></ol>
+<ol start='6'><div><bdi>六、</bdi>六、</div></ol>
+<ol start='7'><div><bdi>七、</bdi>七、</div></ol>
+<ol start='8'><div><bdi>八、</bdi>八、</div></ol>
+<ol start='9'><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/simp-chinese-informal/css3-counter-styles-071.html b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-071.html
new file mode 100644
index 0000000000..8daf67c76a
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-071.html
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>simp-chinese-informal, 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/#complex-cjk'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
+<link rel='match' href='css3-counter-styles-071-ref.html'>
+<meta name="assert" content="Setting list-style-type to simp-chinese-informal will produce list of up to 9 items numbering as described in the CSS3 Counter Styles module.">
+<style type='text/css'>
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; }
+ol { list-style-type: simp-chinese-informal; 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='0'><li title='0'>零、</li></ol>
+<ol start='1'><li title='1'>一、</li></ol>
+<ol start='2'><li title='2'>二、</li></ol>
+<ol start='3'><li title='3'>三、</li></ol>
+<ol start='4'><li title='4'>四、</li></ol>
+<ol start='5'><li title='5'>五、</li></ol>
+<ol start='6'><li title='6'>六、</li></ol>
+<ol start='7'><li title='7'>七、</li></ol>
+<ol start='8'><li title='8'>八、</li></ol>
+<ol start='9'><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/simp-chinese-informal/css3-counter-styles-072-ref.html b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-072-ref.html
new file mode 100644
index 0000000000..0b0d45ce0e
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-072-ref.html
@@ -0,0 +1,55 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>simp-chinese-informal, 10-9999</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/#complex-cjk'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
+<meta name="assert" content="Setting list-style-type to simp-chinese-informal will produce list numbering after 9 as described in the CSS3 Counter Styles module.">
+<style type='text/css'>
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; }
+ol li { list-style-type: simp-chinese-informal; }
+</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.
+
+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/simp-chinese-informal/css3-counter-styles-072.html b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-072.html
new file mode 100644
index 0000000000..cfb05badfc
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-072.html
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>simp-chinese-informal, 10-9999</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/#complex-cjk'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
+<link rel='match' href='css3-counter-styles-072-ref.html'>
+<meta name="assert" content="Setting list-style-type to simp-chinese-informal will produce list numbering after 9 as described in the CSS3 Counter Styles module.">
+<style type='text/css'>
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; }
+ol { list-style-type: simp-chinese-informal; 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.
+
+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/simp-chinese-informal/css3-counter-styles-073-alt-ref.html b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-073-alt-ref.html
new file mode 100644
index 0000000000..2bead9d9c7
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-073-alt-ref.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>simp-chinese-informal, outside range</title>
+<link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
+<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#complex-cjk'>
+<link rel='help' href='https://bugzilla.mozilla.org/show_bug.cgi?id=1738356'>
+<style>
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; }
+ol li { list-style-type: simp-chinese-informal; }
+</style>
+</head>
+<body>
+<p class="instructions">Test fails if the two columns of the first line are NOT the same. Otherwise, test passes only if the left column of the 2nd and 3rd lines is NOT decimal digits and is NOT the same as the right side. Score as Partial if the columns of the 2nd and 3rd lines are the same (ie. fallback was used). In all this IGNORE the suffix.</p>
+<div class="test"><ol start="9999">
+<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/simp-chinese-informal/css3-counter-styles-073-ref.html b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-073-ref.html
new file mode 100644
index 0000000000..97b67183f1
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-073-ref.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>simp-chinese-informal, 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/#complex-cjk'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
+<meta name="assert" content="[Exploratory] list-style-type: simp-chinese-informal produces counter values outside its range without using the prescribed fallback style.">
+<style type='text/css'>
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; }
+ol li { list-style-type: simp-chinese-informal; }
+</style>
+</head>
+<body>
+<p class="instructions">Test fails if the two columns of the first line are NOT the same. Otherwise, test passes only if the left column of the 2nd and 3rd lines is NOT decimal digits and is NOT the same as the right side. Score as Partial if the columns of the 2nd and 3rd lines are the same (ie. fallback was used). In all this IGNORE the suffix.</p>
+<div class="test"><ol start="9999">
+<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/simp-chinese-informal/css3-counter-styles-073.html b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-073.html
new file mode 100644
index 0000000000..15a7314044
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-073.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>simp-chinese-informal, 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/#complex-cjk'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org">
+<link rel='match' href='css3-counter-styles-073-ref.html'>
+<link rel='match' href='css3-counter-styles-073-alt-ref.html'><!-- Gecko prefers this rendering over the fallback rendering -->
+<meta name="assert" content="[Exploratory] list-style-type: simp-chinese-informal produces counter values outside its range without using the prescribed fallback style.">
+<style>
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; }
+ol { list-style-type: simp-chinese-informal; list-style-position: inside; }
+</style>
+</head>
+<body>
+<p class="instructions">Test fails if the two columns of the first line are NOT the same. Otherwise, test passes only if the left column of the 2nd and 3rd lines is NOT decimal digits and is NOT the same as the right side. Score as Partial if the columns of the 2nd and 3rd lines are the same (ie. fallback was used). In all this IGNORE the suffix.</p>
+<div class="test"><ol start="9999">
+<li title="9999">九千九百九十九</li>
+<li title="10000">一〇〇〇〇</li>
+<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/simp-chinese-informal/css3-counter-styles-074-ref.html b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-074-ref.html
new file mode 100644
index 0000000000..9a6c9abf1d
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-074-ref.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>simp-chinese-informal, negative</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/#complex-cjk'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
+<meta name="assert" content="With list-style-type set to simp-chinese-informal, negative list markers will be rendered according to the rules described.">
+<style type='text/css'>
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; }
+ol li { list-style-type: simp-chinese-informal; }
+</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><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/simp-chinese-informal/css3-counter-styles-074.html b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-074.html
new file mode 100644
index 0000000000..4dd91d03fa
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-074.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>simp-chinese-informal, negative</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/#complex-cjk'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
+<link rel='match' href='css3-counter-styles-074-ref.html'>
+<meta name="assert" content="With list-style-type set to simp-chinese-informal, negative list markers will be rendered according to the rules described.">
+<style type='text/css'>
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; }
+ol { list-style-type: simp-chinese-informal; 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><li title="-10">负十、</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/simp-chinese-informal/css3-counter-styles-075-ref.html b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-075-ref.html
new file mode 100644
index 0000000000..275cea7159
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-075-ref.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>simp-chinese-informal, 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/#complex-cjk'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
+<meta name="assert" content="Setting list-style-type to simp-chinese-informal will produce a suffix as described in the CSS3 Counter Styles module.">
+<style type='text/css'>
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; }
+ol li { list-style-type: simp-chinese-informal; }
+</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>
+</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/simp-chinese-informal/css3-counter-styles-075.html b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-075.html
new file mode 100644
index 0000000000..8d7450cd13
--- /dev/null
+++ b/testing/web-platform/tests/css/css-counter-styles/simp-chinese-informal/css3-counter-styles-075.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<html lang="en" >
+<head>
+<meta charset="utf-8"/>
+<title>simp-chinese-informal, 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/#complex-cjk'>
+<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
+<link rel='match' href='css3-counter-styles-075-ref.html'>
+<meta name="assert" content="Setting list-style-type to simp-chinese-informal will produce a suffix as described in the CSS3 Counter Styles module.">
+<style type='text/css'>
+.test { font-size: 25px; }
+ol { margin: 0; padding-left: 8em; }
+ol { list-style-type: simp-chinese-informal; 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>
+</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>