Status: FAIL | Duration: 5ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-pseudo/file-selector-button-001.html
<!doctype html> <title>::file-selector-button allows to customize the button in <input type=file></title> <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/5049"> <link rel="mismatch" href="file-selector-button-001-notref.html"> <style> input::file-selector-button { background: green; color: white; } </style> <input type="file">
/css/css-pseudo/file-selector-button-001-notref.html
<!doctype html> <title>CSS Test Reference</title> <input type="file">