summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-dynamic-pseudo-ref.html
blob: 5bdf78db5573c0f67b9315b33d60ef7203091fe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
<style>
*::after { content:"after text"; border:3px solid black;}
*::before { content:"before text"; border:3px solid black; }
</style>
</head>
<body>
<fieldset><legend>Legend</legend></fielset>
</body>
</html>