1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00
ladybird/Tests/LibWeb/Text/expected/input-file.txt
Timothy Flynn f55471333b LibWeb: Set the MIME type when creating an <input> element's File list
We were passing the MIME type to the underlying Blob, but the factory
for creating a File only checks an explicit options structure.
2024-03-14 10:10:33 +01:00

12 lines
641 B
Text

Select file...file1 Select files...4 files selected. input1:
file1 (index iteration): text/plain: Contents for file1
file1 (for..of iteration): text/plain: Contents for file1
input2:
file1 (index iteration): text/plain: Contents for file1
file2 (index iteration): text/plain: Contents for file2
file3 (index iteration): text/plain: Contents for file3
file4 (index iteration): text/plain: Contents for file4
file1 (for..of iteration): text/plain: Contents for file1
file2 (for..of iteration): text/plain: Contents for file2
file3 (for..of iteration): text/plain: Contents for file3
file4 (for..of iteration): text/plain: Contents for file4