aboutsummaryrefslogtreecommitdiffstats
path: root/addon/js_upload/file-uploader/tests/browser-bugs/safari-bug1.htm
blob: ef0eb0b1b1c869c7d0493894a1f4943c81f78f43 (plain) (blame)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
</head>
<body>      
    <p>Drag multiple files into input field. (Win7)</p>
    <p>Result: One file is selected multiple times. Expected: Multiple files are selected.</p>
    <input type="file" multiple></body>
</html>