Ignore runtime configuration files generated during quality assurance.
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>