Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/generated-content/dynamic-fieldset-01b.html

11 lines
138 B
HTML
Raw Normal View History

<!DOCTYPE html>
<style>
.test::after {
content:"::after content";
}
</style>
<fieldset class="test">
Fieldset contents
</fieldset>