summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/lists
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:33 +0000
commit086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch)
treea4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /testing/web-platform/tests/css/CSS2/lists
parentAdding debian version 124.0.1-1. (diff)
downloadfirefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz
firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/lists')
-rw-r--r--testing/web-platform/tests/css/CSS2/lists/counter-increment-auto-reset-001.xht1
-rw-r--r--testing/web-platform/tests/css/CSS2/lists/counter-increment-display-001.xht1
-rw-r--r--testing/web-platform/tests/css/CSS2/lists/counter-increment-not-generated-001.xht1
-rw-r--r--testing/web-platform/tests/css/CSS2/lists/counter-reset-display-001.xht1
-rw-r--r--testing/web-platform/tests/css/CSS2/lists/counter-reset-not-generated-001.xht1
5 files changed, 5 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/lists/counter-increment-auto-reset-001.xht b/testing/web-platform/tests/css/CSS2/lists/counter-increment-auto-reset-001.xht
index e295160744..ed0203b1aa 100644
--- a/testing/web-platform/tests/css/CSS2/lists/counter-increment-auto-reset-001.xht
+++ b/testing/web-platform/tests/css/CSS2/lists/counter-increment-auto-reset-001.xht
@@ -15,6 +15,7 @@
content: counter(outofscope);
}
</style>
+ <link rel="match" href="/css/CSS2/generated-content/content-auto-reset-001-ref.html" />
</head>
<body>
<p>Test passes if there is the number '0' below.</p>
diff --git a/testing/web-platform/tests/css/CSS2/lists/counter-increment-display-001.xht b/testing/web-platform/tests/css/CSS2/lists/counter-increment-display-001.xht
index e4d8630fb3..5118b827a6 100644
--- a/testing/web-platform/tests/css/CSS2/lists/counter-increment-display-001.xht
+++ b/testing/web-platform/tests/css/CSS2/lists/counter-increment-display-001.xht
@@ -16,6 +16,7 @@
content: counter(hidden);
}
</style>
+ <link rel="match" href="/css/CSS2/generated-content/content-auto-reset-001-ref.html" />
</head>
<body>
<p>Test passes if there is the number '0' below.</p>
diff --git a/testing/web-platform/tests/css/CSS2/lists/counter-increment-not-generated-001.xht b/testing/web-platform/tests/css/CSS2/lists/counter-increment-not-generated-001.xht
index 641eafd719..1828797e3c 100644
--- a/testing/web-platform/tests/css/CSS2/lists/counter-increment-not-generated-001.xht
+++ b/testing/web-platform/tests/css/CSS2/lists/counter-increment-not-generated-001.xht
@@ -16,6 +16,7 @@
content: counter(notgenerated);
}
</style>
+ <link rel="match" href="/css/CSS2/generated-content/content-auto-reset-001-ref.html" />
</head>
<body>
<p>Test passes if there is the number '0' below.</p>
diff --git a/testing/web-platform/tests/css/CSS2/lists/counter-reset-display-001.xht b/testing/web-platform/tests/css/CSS2/lists/counter-reset-display-001.xht
index a6c1b389f1..f18f007d96 100644
--- a/testing/web-platform/tests/css/CSS2/lists/counter-reset-display-001.xht
+++ b/testing/web-platform/tests/css/CSS2/lists/counter-reset-display-001.xht
@@ -16,6 +16,7 @@
content: counter(hidden);
}
</style>
+ <link rel="match" href="/css/CSS2/generated-content/content-auto-reset-001-ref.html" />
</head>
<body>
<p>Test passes if there is the number '0' below.</p>
diff --git a/testing/web-platform/tests/css/CSS2/lists/counter-reset-not-generated-001.xht b/testing/web-platform/tests/css/CSS2/lists/counter-reset-not-generated-001.xht
index 1aa6e9a4c3..d745a77ec3 100644
--- a/testing/web-platform/tests/css/CSS2/lists/counter-reset-not-generated-001.xht
+++ b/testing/web-platform/tests/css/CSS2/lists/counter-reset-not-generated-001.xht
@@ -16,6 +16,7 @@
content: counter(notgenerated);
}
</style>
+ <link rel="match" href="/css/CSS2/generated-content/content-auto-reset-001-ref.html" />
</head>
<body>
<p>Test passes if there is the number '0' below.</p>