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

18 lines
325 B
HTML

<!DOCTYPE html>
<html>
<style>
:-moz-any(input, textarea) {
font: -moz-list;
font-family: mono;
font-style: italic;
color: blue;
word-spacing: 5px;
text-shadow: 1px 1px 1px red;
}
</style>
<body>
<input value='foo bar'>
<textarea>foo bar</textarea>
</body>
</html>