Created attachment 465587 [details] screenshot from STP 165 1. Upload PDF to https://www.deepl.com/translator/files 2. Wait for it to translate and offer download 3. A new download field appears, looking broken Looks like it has a button trying to be drawn over an input, and this isn't working nicely in Safari.
<rdar://problem/107248208>
This looks very similar to Bug 253463 at first sight. The technique in Bug 253463 was to used negative `text-indent` for making the button disappear. In this case they use… `width: 0` https://codepen.io/webcompat/pen/QWVYJER OR data:text/html,<input%20type=file%20style="width:0"> It's very similar.
Could be the result of some custom logic in `RenderFileUploadControl`...
Note that the button is in the UA shadow tree, and has non-zero width.