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

13 lines
181 B
HTML

<!DOCTYPE html>
<html>
<style>
:-moz-placeholder {
color: red;
}
</style>
<body>
<input placeholder='foobar'>
<textarea placeholder='foobar'></textarea>
</body>
</html>