blob: e8042db4d3ebe461b4cdeaca47a970c94315f21a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>Test that file dialog opens when click() is called </title>
</head>
<body>
Test manually that when you click on "Click me" button, an file open dialog appears.
<input id=fileinput type="file" hidden />
<button onclick="document.getElementById('fileinput').click();">Click me</button>
</body>
</html>