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-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div style="width: min-content;">
<div style="writing-mode:vertical-lr;">
<fieldset>
<div style="width:10%;"></div>
</fieldset>
</div>
</div>