chromium/third_party/blink/web_tests/external/wpt/css/css-conditional/container-queries/crashtests/mathml-container-type-crash.html

<!DOCTYPE html>
<title>container-type invalidation crash test</title>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1878188">
<math>
  <malignmark id="target" style="container-type: size"/>
</math>
<script>
  onload = () => target.style.containerType = "inline-size"
</script>