blob: 7a645a2247be867e5b65f97c58f544cc5e7a1639 (
plain)
1
2
3
4
5
6
7
|
<!DOCTYPE html>
<html>
<body>
<!-- invalid language will default to en-US, but no spell check since element is not focussed -->
<textarea lang="testing-XX">strangeimpossibleword</textarea>
</body>
</html>
|