wpt / css / css-cascade / layer-namespace-sandwich-crash.html

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

/css/css-cascade/layer-namespace-sandwich-crash.html

<!DOCTYPE html>
<title>Crash Test: @layer statement sandwiched between namespaces</title>
<link rel="help" href="https://issues.chromium.org/issues/402248410">
<style>
  @namespace "hello";
  @layer feh;
  @namespace "world";
</style>