<!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>