summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-crash.html
blob: 111dcbe5338a1df74c69a05cccd618f37a761c91 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<link rel="help" href="https://crbug.com/1039241">
<div style="width: min-content;">
  <div style="writing-mode:vertical-lr;">
    <fieldset>
      <div style="width:10%;"></div>
    </fieldset>
  </div>
</div>