Integrate suggestion from review to improve consistency with existing code.
2 <html class="reftest-wait">
4 function onloadHandler()
6 document.getElementById('e').setCustomValidity('foo');
7 document.documentElement.className='';
10 <body onload="onloadHandler();">
11 <select id='e'></select>