chromium/content/test/data/accessibility/html/iframe-with-region-role.html

<!DOCTYPE html>
<html>
<body>
  <iframe src="frame/button.html" role="region" aria-label="my iframe">
  </iframe>
</body>
</html>