summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-square-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-square-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-square-ref.html12
1 files changed, 12 insertions, 0 deletions
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 @@
+<!doctype html>
+<title>Reference: Inside list marker and normal text render identically: square</title>
+<style>
+* {
+ margin: 0;
+ padding: 0;
+}
+p::before {
+ content: counter(test, square);
+}
+</style>
+<p> Filler Text