servo/tests/wpt/web-platform-tests/css/css-flexbox/fieldset-baseline-alignment-ref.html

4 lines
146 B
HTML

<!DOCTYPE html>
<div style="display: block;">
baseline<fieldset style="display: inline-block;"><legend>legend</legend>content</fieldset>
</div>