chromium/third_party/blink/web_tests/fast/events/touch/empty-iframe-touch-hit-rects-crash.html

<!DOCTYPE html>
<iframe src="#empty"></iframe>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<script>
test(()=> {
  if (window.internals)
    internals.touchEventTargetLayerRects(document);
});
</script>