mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibWeb: Implement the DataTransfer files attribute
This commit is contained in:
parent
8b4d28b5fd
commit
4bb9168712
Notes:
github-actions[bot]
2024-08-19 11:30:24 +00:00
Author: https://github.com/trflynn89
Commit: 4bb9168712
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1111
5 changed files with 64 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue