4 border:
5px solid salmon;
6 input::-webkit-file-upload-button {
10 Tests that a display:none upload button works.
12 <script src=
"../../../resources/js-test.js"></script>
14 // FIXME: The text inside the file input should give the input a contentHeight
15 // even when there's no upload button.
16 // https://bugs.webkit.org/show_bug.cgi?id=109104
17 shouldBeTrue("document.querySelector('input').offsetHeight > 10");