2 <html class=
"reftest-wait">
4 <input type=
"text" value=
"blahblahblah" spellcheck=
"true">
6 var i
= document
.getElementsByTagName("input")[0];
7 i
.focus(); // init the editor
8 i
.blur(); // we actually don't need the focus
10 // Try to ensure the input element is repainted.
12 requestIdleCallback(function rAF() {
13 if (rAFCounter
< 10) {
15 requestAnimationFrame(rAF
);
17 document
.documentElement
.removeAttribute("class");