Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

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