gecko-dev/layout/reftests/forms/fieldset/legend-overlapping-right-bo...

15 строки
176 B
HTML

<!DOCTYPE html>
<style>
fieldset {
min-width: 0;
width: 0;
}
legend {
width: 100px;
height: 20px;
}
</style>
<fieldset>
<legend></legend>
</fieldset>