mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +00:00
LibWeb+LibWebView+WebContent: Implement more <input type=file> behavior
We had previous implemented some plumbing for file input elements in
commit 636602a54e
.
This implements the return path for chromes to inform WebContent of the
file(s) the user selected. This patch includes a dummy implementation
for headless-browser to enable testing.
This commit is contained in:
parent
435c2c24d1
commit
108521a566
23 changed files with 307 additions and 5 deletions
7
Tests/LibWeb/Text/expected/input-file.txt
Normal file
7
Tests/LibWeb/Text/expected/input-file.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
Select file...file1 Select files...4 files selected. input1:
|
||||
file1: Contents for file1
|
||||
input2:
|
||||
file1: Contents for file1
|
||||
file2: Contents for file2
|
||||
file3: Contents for file3
|
||||
file4: Contents for file4
|
Loading…
Add table
Add a link
Reference in a new issue