1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 02:44:58 +00:00
serenity/Tests/LibWeb/Text/expected/input-file-accept.txt
Timothy Flynn 6760d236e4 Ladybird+LibWeb+WebContent: Parse the <input type=file> accept attribute
This parses the accept attribute value for file input types and passes
it along to the browser chromes.
2024-03-16 08:42:33 +01:00

12 lines
484 B
Text

Select file...file1 Select files...4 files selected. Select file...file1.cpp Select files...2 files selected. input1:
file1: text/plain: Contents for file1
input2:
file1: text/plain: Contents for file1
file2: text/plain: Contents for file2
file3: text/plain: Contents for file3
file4: text/plain: Contents for file4
input3:
file1.cpp: text/plain: int main() {{ return 1; }}
input4:
file1.cpp: text/plain: int main() {{ return 1; }}
file2.cpp: text/plain: int main() {{ return 2; }}