tenfourfox/layout/reftests/css-placeholder/ignore-pseudo-class.html

13 lines
181 B
HTML
Raw Permalink Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<style>
:-moz-placeholder {
color: red;
}
</style>
<body>
<input placeholder='foobar'>
<textarea placeholder='foobar'></textarea>
</body>
</html>