Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-baseline.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="fieldset-baseline-ref.html">
<style>
fieldset {
border: solid 2px;
padding: 10px;
margin: 5px;
}
</style>
<div>
text <fieldset style="display: inline-block;">line1<br>line2</fieldset>
</div>
<div>
text <fieldset style="display: inline-flex;">line1<br>line2</fieldset>
</div>