summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/content-property/marker-text-matches-square-ref.html
blob: 99b64a5424ead1f65bc81803b9e5f21fdbda20a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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