chromium/content/test/data/accessibility/html/isInteresting.html

<!--
@ANDROID-ALLOW:interesting
@ANDROID-DENY:clickable
-->
<!DOCTYPE html>
<html>
<body>
<h1>A non focusable child of a control should not be interesting on Android</h1>
<div onclick="alert('success');">Div with click handler</div>
<div onclick="alert('success');" aria-label= "I am interesting" role="button">
  <p>I should not be interesting</p>
</div>
</body>
</html>