Sign in
webkit
/
WebKit
/
494d7a343cd53b000bafd6f6492bd8a9637ddf7c
/
.
/
LayoutTests
/
imported
/
w3c
/
web-platform-tests
/
css
/
css-pseudo
/
placeholder-input-number-expected.html
blob: 92ae71d83fcbea52e4120ed28af5438dd54d4509 [
file
] [
log
] [
blame
]
<!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"
>