wpt / css / css-gaps / agnostic / gap-decorations-008-crash.html

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

/css/css-gaps/agnostic/gap-decorations-008-crash.html

<!DOCTYPE html>
<head>
    <title>Crash test found by fuzzer.</title>
    <link rel="help" href="https://drafts.csswg.org/css-gaps-1/">
    <link rel="author" title="Javier Contreras" href="mailto:javiercon@microsoft.com">
</head>
<style>
  body > * {
    column-rule: repeat(5, 100px);
  }
</style>
<body>
  <fieldset>
</body>