<body> | |
<div style="touch-action: none; width: 100px; height: 100px; display: inline-block;"></div> | |
<pre id="results"></pre> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
if (window.internals) | |
results.innerText = internals.layerTreeAsText(document, internals.LAYER_TREE_INCLUDES_EVENT_REGION | internals.LAYER_TREE_INCLUDES_ROOT_LAYER_PROPERTIES); | |
</script> | |
</body> |