tenfourfox/layout/reftests/css-placeholder/input/css-display.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

13 lines
219 B
HTML

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