mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-03-06 10:30:42 +00:00
11 lines
138 B
HTML
11 lines
138 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.test::after {
|
|
content:"::after content";
|
|
}
|
|
</style>
|
|
|
|
<fieldset class="test">
|
|
Fieldset contents
|
|
</fieldset>
|