<!DOCTYPE html> <html class='reftest-wait'> <link rel='stylesheet' type='text/css' href='style.css'> <script> function loadHandler() { document.getElementById('i').removeAttribute('placeholder'); document.getElementById('moz').removeAttribute('placeholder'); document.documentElement.className = ''; } </script> <body onload='loadHandler();'> <input id='i' placeholder='foo'> <input id='moz' placeholder='bar'> </body> </html>