LibWeb: Implement the DataTransfer files attribute

This commit is contained in:
Timothy Flynn 2024-08-17 14:44:26 -04:00 committed by Andreas Kling
commit 4bb9168712
Notes: github-actions[bot] 2024-08-19 11:30:24 +00:00
5 changed files with 64 additions and 1 deletions

View file

@ -5,6 +5,8 @@ dragover
types: Files
drop
types: Files
files: 1
test1
Drag enter and leave:
dragenter
@ -19,6 +21,8 @@ dragover
types: Files
drop
types: Files
files: 1
test2
Drag enter not accepted:
dragenter
@ -41,3 +45,5 @@ dragover
types: Files
drop
types: Files
files: 1
test5