wpt / css / css-multicol / crashtests / first-letter-column-span-fieldset.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-multicol/crashtests/first-letter-column-span-fieldset.html

<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=2008625">
<style>
*:last-of-type {
  columns: 474px 1;
}
*:valid {
  column-span: all;
}
*::first-letter { }
</style>
<data>
<form></form>
</data>
<u>
<fieldset></fieldset>
</u>