1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:37:45 +00:00

LibWeb/MimeSniff: Implement Resource

See https://mimesniff.spec.whatwg.org/#resource
This commit is contained in:
Kemal Zebari 2023-10-05 21:24:13 -07:00 committed by Andrew Kaster
parent a2a61d6941
commit 04e19df06a
5 changed files with 264 additions and 0 deletions

View file

@ -2,6 +2,7 @@ set(TEST_SOURCES
TestCSSIDSpeed.cpp
TestCSSPixels.cpp
TestHTMLTokenizer.cpp
TestMimeSniff.cpp
TestNumbers.cpp
)