chromium/content/test/data/accessibility/html/iframe-with-invalid-children.html

<!DOCTYPE html>
<html>
<body>
  <iframe aria-label="Empty iframe">
    <p>This should not show up in the <span>accessibility</span> tree.</p>
  </iframe>
</body>
</html>