Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<link rel='stylesheet' type='text/css' href='style.css'>
<style>
[bar]::-moz-placeholder,
[foo]::placeholder {
display: inline;
}
</style>
<body>
<input placeholder='foo'>
<input placeholder='bar'>
</body>
</html>