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