2 <html class=
"reftest-wait">
5 var editor
= document
.getElementById('editor');
6 // invalid language will default to en-US
7 editor
.setAttribute('lang', 'testing-XX');
8 editor
.addEventListener("focus", function() {
9 window
.setTimeout(function() {
10 document
.documentElement
.className
= '';
16 <body onload=
"init()">
17 <textarea id=
"editor" spellcheck=
"false" lang=
"en-US">good possible word
</textarea>