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

LibWeb+Tests: Demonstrate slowness of CSS::value_id_from_string

This commit is contained in:
Ben Wiederhake 2023-01-09 22:31:20 +01:00 committed by Andrew Kaster
parent 0687a75eaa
commit b3d2fdceb1
2 changed files with 28 additions and 0 deletions

View file

@ -1,4 +1,5 @@
set(TEST_SOURCES
TestCSSIDSpeed.cpp
TestHTMLTokenizer.cpp
)