mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
9 lines
248 B
HTML
9 lines
248 B
HTML
<!doctype html>
|
|
<title>CSS Test Reference</title>
|
|
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
|
|
<style>
|
|
#number::placeholder {
|
|
color: blue;
|
|
}
|
|
</style>
|
|
<input id="number" type="number" placeholder="Placeholder">
|