From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../hiragana/css3-counter-styles-030-ref.html | 79 +++++++++++++++++++++ .../hiragana/css3-counter-styles-030.html | 80 ++++++++++++++++++++++ .../hiragana/css3-counter-styles-031-ref.html | 53 ++++++++++++++ .../hiragana/css3-counter-styles-031.html | 54 +++++++++++++++ .../hiragana/css3-counter-styles-032-ref.html | 32 +++++++++ .../hiragana/css3-counter-styles-032.html | 33 +++++++++ 6 files changed, 331 insertions(+) create mode 100644 testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-030-ref.html create mode 100644 testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-030.html create mode 100644 testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-031-ref.html create mode 100644 testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-031.html create mode 100644 testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-032-ref.html create mode 100644 testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-032.html (limited to 'testing/web-platform/tests/css/css-counter-styles/hiragana') diff --git a/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-030-ref.html b/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-030-ref.html new file mode 100644 index 0000000000..d8ddcff28b --- /dev/null +++ b/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-030-ref.html @@ -0,0 +1,79 @@ + + + + +hiragana, simple + + + + + + + +

Test passes if the two columns are the same, ignoring the suffix.

+ + +
    あ、あ、
    +
    い、い、
    +
    う、う、
    +
    え、え、
    +
    お、お、
    +
    か、か、
    +
    き、き、
    +
    く、く、
    +
    け、け、
    +
    こ、こ、
    +
    さ、さ、
    +
    し、し、
    +
    す、す、
    +
    せ、せ、
    +
    そ、そ、
    +
    た、た、
    +
    ち、ち、
    +
    つ、つ、
    +
    て、て、
    +
    と、と、
    +
    な、な、
    +
    に、に、
    +
    ぬ、ぬ、
    +
    ね、ね、
    +
    の、の、
    +
    は、は、
    +
    ひ、ひ、
    +
    ふ、ふ、
    +
    へ、へ、
    +
    ほ、ほ、
    +
    ま、ま、
    +
    み、み、
    +
    む、む、
    +
    め、め、
    +
    も、も、
    +
    や、や、
    +
    ゆ、ゆ、
    +
    よ、よ、
    +
    ら、ら、
    +
    り、り、
    +
    る、る、
    +
    れ、れ、
    +
    ろ、ろ、
    +
    わ、わ、
    +
    ゐ、ゐ、
    +
    ゑ、ゑ、
    +
    を、を、
    +
    ん、ん、
    +
+ + + + + + + diff --git a/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-030.html b/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-030.html new file mode 100644 index 0000000000..37bc6efe4c --- /dev/null +++ b/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-030.html @@ -0,0 +1,80 @@ + + + + +hiragana, simple + + + + + + + + +

Test passes if the two columns are the same, ignoring the suffix.

+ + +
  1. あ、
  2. +
  3. い、
  4. +
  5. う、
  6. +
  7. え、
  8. +
  9. お、
  10. +
  11. か、
  12. +
  13. き、
  14. +
  15. く、
  16. +
  17. け、
  18. +
  19. こ、
  20. +
  21. さ、
  22. +
  23. し、
  24. +
  25. す、
  26. +
  27. せ、
  28. +
  29. そ、
  30. +
  31. た、
  32. +
  33. ち、
  34. +
  35. つ、
  36. +
  37. て、
  38. +
  39. と、
  40. +
  41. な、
  42. +
  43. に、
  44. +
  45. ぬ、
  46. +
  47. ね、
  48. +
  49. の、
  50. +
  51. は、
  52. +
  53. ひ、
  54. +
  55. ふ、
  56. +
  57. へ、
  58. +
  59. ほ、
  60. +
  61. ま、
  62. +
  63. み、
  64. +
  65. む、
  66. +
  67. め、
  68. +
  69. も、
  70. +
  71. や、
  72. +
  73. ゆ、
  74. +
  75. よ、
  76. +
  77. ら、
  78. +
  79. り、
  80. +
  81. る、
  82. +
  83. れ、
  84. +
  85. ろ、
  86. +
  87. わ、
  88. +
  89. ゐ、
  90. +
  91. ゑ、
  92. +
  93. を、
  94. +
  95. ん、
  96. +
+ + + + + + + diff --git a/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-031-ref.html b/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-031-ref.html new file mode 100644 index 0000000000..370346dd6c --- /dev/null +++ b/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-031-ref.html @@ -0,0 +1,53 @@ + + + + +hiragana, extended + + + + + + + +

Test passes if the two columns are the same, ignoring the suffix.

+ + +
    ああ、ああ、
+
    あい、あい、
+
    あう、あう、
+
    あへ、あへ、
+
    あみ、あみ、
+
    いう、いう、
+
    いえ、いえ、
+
    いお、いお、
+
    えほ、えほ、
+
    さし、さし、
+
    とら、とら、
+
    とり、とり、
+
    とゐ、とゐ、
+
    にえ、にえ、
+
    にけ、にけ、
+
    ゆね、ゆね、
+
    よや、よや、
+
    いはけ、いはけ、
+
    うあゐ、うあゐ、
+
    うつね、うつね、
+
    うてり、うてり、
+
    えたそ、えたそ、
+
+ + + + + + + diff --git a/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-031.html b/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-031.html new file mode 100644 index 0000000000..194517b774 --- /dev/null +++ b/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-031.html @@ -0,0 +1,54 @@ + + + + +hiragana, extended + + + + + + + + +

Test passes if the two columns are the same, ignoring the suffix.

+ + +
  1. ああ、
+
  1. あい、
+
  1. あう、
+
  1. あへ、
+
  1. あみ、
+
  1. いう、
+
  1. いえ、
+
  1. いお、
+
  1. えほ、
+
  1. さし、
+
  1. とら、
+
  1. とり、
+
  1. とゐ、
+
  1. にえ、
+
  1. にけ、
+
  1. ゆね、
+
  1. よや、
+
  1. いはけ、
+
  1. うあゐ、
+
  1. うつね、
+
  1. うてり、
+
  1. えたそ、
+
+ + + + + + + diff --git a/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-032-ref.html b/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-032-ref.html new file mode 100644 index 0000000000..513e647250 --- /dev/null +++ b/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-032-ref.html @@ -0,0 +1,32 @@ + + + + +hiragana, suffix + + + + + + + +

Test passes if the numbers AND the suffix in each of the two columns is the same.

+ + +
    あ、あ、
+
+ + + + + + + diff --git a/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-032.html b/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-032.html new file mode 100644 index 0000000000..929eaf9ec6 --- /dev/null +++ b/testing/web-platform/tests/css/css-counter-styles/hiragana/css3-counter-styles-032.html @@ -0,0 +1,33 @@ + + + + +hiragana, suffix + + + + + + + + +

Test passes if the numbers AND the suffix in each of the two columns is the same.

+ + +
  1. あ、
+
+ + + + + + + -- cgit v1.2.3