summaryrefslogtreecommitdiffstats
path: root/editor/spellchecker/tests/multiple_content_languages_subframe.html
blob: da6a4ed6648a645748c8fb8a56af2f6eea3704e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Language" content="en-US, en-GB, ko, en-CA">
</head>
<body>
<textarea id="none">root en-US and en-GB</textarea>
<textarea id="en-GB" lang="en-GB">root multiple, but element only en-GB</textarea>
<textarea id="en-ZA-not-avail" lang="en-ZA">root multiple en, but element en-ZA (which is not installed)</textarea>
<textarea id="en" lang="en">root multiple en, but element en</textarea>
<textarea id="ko-not-avail" lang="ko">root multiple en, but element ko (which is not installed)</textarea>
</body>
</html>