chromium/content/test/data/accessibility/language-detection/lang-attribute.html

<!--
@BLINK-ALLOW:language=*
@WIN-ALLOW:language:*
@MAC-ALLOW:AXLanguage
@UIA-WIN-ALLOW:Culture*
-->
<!DOCTYPE html>
<html lang="es-ES">
<body>
  <span>
    Este documento es excelente.
  </span>

  <span lang="fr">
    Ce document est excellent.
  </span>

  <span lang="en">
    This document is excellent.
  </span>

</body>
</html>