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

15 lines
234 B
HTML

<!DOCTYPE html>
<style>
.test::after {
content:"::after content";
}
</style>
<fieldset>
Fieldset contents
</fieldset>
<script>
var td = document.querySelector("fieldset");
td.offsetWidth;
td.className = "test";
</script>