Remove forgotten relic of ABI crash risk averse overloaded method change.
2 <html class="reftest-wait">
4 function onloadHandler()
6 document.getElementById('e').setCustomValidity('foo');
7 document.documentElement.className='';
10 <body onload="onloadHandler();">
11 <output id='e'>foo</output>