chromium/third_party/blink/web_tests/external/wpt/css/compositing/background-blending/crashtests/bgblend-root-change.html

<style>
* {
  position: sticky;
  border-left: double 488200679.54Q hsla(-39 5% 68% / 7%) !important;
  box-shadow: 172vmax 60991vmax 32in 106cm hsl(-57532411.87deg, 70%, 54%);
  background-blend-mode: overlay;
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=) local content-box space space 0em / 15438983.37cm auto;
}
</style>
<script>
window.addEventListener("load", () => {
  let a = document.createElementNS("http://www.w3.org/1998/Math/MathML", "math")
  a.setAttribute("href", "x")
  a.autofocus = true
  document.documentElement.appendChild(a)
})
</script>