gecko-dev/layout/reftests/css-placeholder/input/css-opacity.html

15 строки
298 B
HTML

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