From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../marker-text-matches-armenian-ref.html | 10 +++++++++ .../marker-text-matches-armenian.html | 18 +++++++++++++++ .../marker-text-matches-circle-ref.html | 12 ++++++++++ .../marker-text-matches-circle.html | 26 ++++++++++++++++++++++ ...rker-text-matches-decimal-leading-zero-ref.html | 9 ++++++++ .../marker-text-matches-decimal-leading-zero.html | 18 +++++++++++++++ .../marker-text-matches-decimal-ref.html | 9 ++++++++ .../marker-text-matches-decimal.html | 18 +++++++++++++++ .../marker-text-matches-disc-ref.html | 12 ++++++++++ .../content-property/marker-text-matches-disc.html | 26 ++++++++++++++++++++++ .../marker-text-matches-georgian-ref.html | 10 +++++++++ .../marker-text-matches-georgian.html | 18 +++++++++++++++ .../marker-text-matches-lower-greek-ref.html | 10 +++++++++ .../marker-text-matches-lower-greek.html | 18 +++++++++++++++ .../marker-text-matches-lower-latin-ref.html | 9 ++++++++ .../marker-text-matches-lower-latin.html | 18 +++++++++++++++ .../marker-text-matches-lower-roman-ref.html | 9 ++++++++ .../marker-text-matches-lower-roman.html | 18 +++++++++++++++ .../marker-text-matches-square-ref.html | 12 ++++++++++ .../marker-text-matches-square.html | 26 ++++++++++++++++++++++ .../marker-text-matches-upper-latin-ref.html | 9 ++++++++ .../marker-text-matches-upper-latin.html | 18 +++++++++++++++ .../marker-text-matches-upper-roman-ref.html | 9 ++++++++ .../marker-text-matches-upper-roman.html | 18 +++++++++++++++ 24 files changed, 360 insertions(+) create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-armenian-ref.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-armenian.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-circle-ref.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-circle.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-decimal-leading-zero-ref.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-decimal-leading-zero.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-decimal-ref.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-decimal.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-disc-ref.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-disc.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-georgian-ref.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-georgian.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-greek-ref.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-greek.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-latin-ref.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-latin.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-roman-ref.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-roman.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-square-ref.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-square.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-upper-latin-ref.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-upper-latin.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-upper-roman-ref.html create mode 100644 testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-upper-roman.html (limited to 'testing/web-platform/tests/css/css-lists/content-property') diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-armenian-ref.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-armenian-ref.html new file mode 100644 index 0000000000..de55b7381a --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-armenian-ref.html @@ -0,0 +1,10 @@ + + +Reference: Inside list marker and normal text render identically: armenian + +

Ա. Filler Text diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-armenian.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-armenian.html new file mode 100644 index 0000000000..58f570cd11 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-armenian.html @@ -0,0 +1,18 @@ + +Inside list marker and normal text render identically: armenian + + + + + +

    +
  1. Filler Text
  2. +
diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-circle-ref.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-circle-ref.html new file mode 100644 index 0000000000..60a342f1a9 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-circle-ref.html @@ -0,0 +1,12 @@ + +Reference: Inside list marker and normal text render identically: circle + +

Filler Text diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-circle.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-circle.html new file mode 100644 index 0000000000..9ad6e7a01a --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-circle.html @@ -0,0 +1,26 @@ + +Inside list marker and normal text render identically: circle + + + + + +

    +
  1. Filler Text
  2. +
diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-decimal-leading-zero-ref.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-decimal-leading-zero-ref.html new file mode 100644 index 0000000000..997801d569 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-decimal-leading-zero-ref.html @@ -0,0 +1,9 @@ + +Reference: Inside list marker and normal text render identically: decimal-leading-zero + +

01. Filler Text diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-decimal-leading-zero.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-decimal-leading-zero.html new file mode 100644 index 0000000000..5044d4e68d --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-decimal-leading-zero.html @@ -0,0 +1,18 @@ + +Inside list marker and normal text render identically: decimal-leading-zero + + + + + +

    +
  1. Filler Text
  2. +
diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-decimal-ref.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-decimal-ref.html new file mode 100644 index 0000000000..8f97cc36a4 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-decimal-ref.html @@ -0,0 +1,9 @@ + +Reference: Inside list marker and normal text render identically: decimal + +

1. Filler Text diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-decimal.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-decimal.html new file mode 100644 index 0000000000..8c991bc3d6 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-decimal.html @@ -0,0 +1,18 @@ + +Inside list marker and normal text render identically: decimal + + + + + +

    +
  1. Filler Text
  2. +
diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-disc-ref.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-disc-ref.html new file mode 100644 index 0000000000..e34a900998 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-disc-ref.html @@ -0,0 +1,12 @@ + +Reference: Inside list marker and normal text render identically: disc + +

Filler Text diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-disc.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-disc.html new file mode 100644 index 0000000000..300a823748 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-disc.html @@ -0,0 +1,26 @@ + +Inside list marker and normal text render identically: disc + + + + + +

    +
  1. Filler Text
  2. +
diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-georgian-ref.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-georgian-ref.html new file mode 100644 index 0000000000..c400acae52 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-georgian-ref.html @@ -0,0 +1,10 @@ + + +Reference: Inside list marker and normal text render identically: georgian + +

ა. Filler Text diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-georgian.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-georgian.html new file mode 100644 index 0000000000..ef7615f6f5 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-georgian.html @@ -0,0 +1,18 @@ + +Inside list marker and normal text render identically: georgian + + + + + +

    +
  1. Filler Text
  2. +
diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-greek-ref.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-greek-ref.html new file mode 100644 index 0000000000..f28db82b98 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-greek-ref.html @@ -0,0 +1,10 @@ + + +Reference: Inside list marker and normal text render identically: lower-greek + +

α. Filler Text diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-greek.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-greek.html new file mode 100644 index 0000000000..96b5d811c2 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-greek.html @@ -0,0 +1,18 @@ + +Inside list marker and normal text render identically: lower-greek + + + + + +

    +
  1. Filler Text
  2. +
diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-latin-ref.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-latin-ref.html new file mode 100644 index 0000000000..b86fe8ecf5 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-latin-ref.html @@ -0,0 +1,9 @@ + +Reference: Inside list marker and normal text render identically: lower-latin + +

a. Filler Text diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-latin.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-latin.html new file mode 100644 index 0000000000..0f6f24238b --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-latin.html @@ -0,0 +1,18 @@ + +Inside list marker and normal text render identically: lower-latin + + + + + +

    +
  1. Filler Text
  2. +
diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-roman-ref.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-roman-ref.html new file mode 100644 index 0000000000..92dfa3d752 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-roman-ref.html @@ -0,0 +1,9 @@ + +Reference: Inside list marker and normal text render identically: lower-roman + +

i. Filler Text diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-roman.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-roman.html new file mode 100644 index 0000000000..db7301b320 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-lower-roman.html @@ -0,0 +1,18 @@ + +Inside list marker and normal text render identically: lower-roman + + + + + +

    +
  1. Filler Text
  2. +
diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-square-ref.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-square-ref.html new file mode 100644 index 0000000000..99b64a5424 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-square-ref.html @@ -0,0 +1,12 @@ + +Reference: Inside list marker and normal text render identically: square + +

Filler Text diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-square.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-square.html new file mode 100644 index 0000000000..020c4a6c43 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-square.html @@ -0,0 +1,26 @@ + +Inside list marker and normal text render identically: square + + + + + +

    +
  1. Filler Text
  2. +
diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-upper-latin-ref.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-upper-latin-ref.html new file mode 100644 index 0000000000..6cbb712e76 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-upper-latin-ref.html @@ -0,0 +1,9 @@ + +Reference: Inside list marker and normal text render identically: upper-latin + +

A. Filler Text diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-upper-latin.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-upper-latin.html new file mode 100644 index 0000000000..903ef8f57d --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-upper-latin.html @@ -0,0 +1,18 @@ + +Inside list marker and normal text render identically: upper-latin + + + + + +

    +
  1. Filler Text
  2. +
diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-upper-roman-ref.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-upper-roman-ref.html new file mode 100644 index 0000000000..6fca49f27c --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-upper-roman-ref.html @@ -0,0 +1,9 @@ + +Reference: Inside list marker and normal text render identically: upper-roman + +

I. Filler Text diff --git a/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-upper-roman.html b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-upper-roman.html new file mode 100644 index 0000000000..69f34d7408 --- /dev/null +++ b/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-upper-roman.html @@ -0,0 +1,18 @@ + +Inside list marker and normal text render identically: upper-roman + + + + + +

    +
  1. Filler Text
  2. +
-- cgit v1.2.3