chromium/third_party/blink/web_tests/compositing/gestures/gesture-tapHighlight-imagemap-expected.html

<!DOCTYPE html>
<script src="resources/link-highlight-helper.js"></script>
<img id="highlightTarget" class="opaqueHighlight" src="resources/dice.png" usemap="#map">
<script>
onload = function() {
  debug("This test is successful if we don't cause a crash. TODO: Make link highlight work on image maps");
};
</script>