summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/lists
diff options
context:
space:
mode:
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>