Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/file-selector-button-button-element
/
.
/
css
/
css-pseudo
/
file-selector-button-002.html
blob: 820e4792ed041ca69bfa8cdf695436f298dead9e [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<title>
::file-selector-button supports ::before
</title>
<link
rel
=
"mismatch"
href
=
"file-selector-button-002-notref.html"
>
<style>
input
::
file-selector-button
::
before
{
content
:
"[before]"
;
}
</style>
<input
type
=
"file"
>