1
    2
    3
    4
    5
    6
    7
    8

content / test / data / accessibility / html / iframe-with-invalid-children.html [blame]

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