1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 05:00:59 +00:00
serenity/Tests/LibWeb
Aliaksandr Kalenik a414ddcbf3 LibWeb: Add a script to run Web Platform Tests
Introduce very initial and basic support for running Web Platform Tests
for Ladybird. This change includes simple bash script that currently
works only on Debian and could run tests with patched runner.

For now script to run WPT is not integrated in CI.

There is also a bunch of metadata required to run WPT. To avoid
introducing thousands of files in the initial commit for now it is
limited to run only css/CSS2/floats tests subdirectory.
2023-06-14 06:45:04 +02:00
..
Layout LibWeb: Resolve auto margins on abspos elements in more cases 2023-06-13 17:47:50 +02:00
Text LibWeb: Forward media attribute from link element to loaded style sheet 2023-06-11 06:05:03 +02:00
WPT LibWeb: Add a script to run Web Platform Tests 2023-06-14 06:45:04 +02:00
CMakeLists.txt LibWeb+Tests: Demonstrate slowness of CSS::value_id_from_string 2023-01-14 15:43:27 -07:00
rebaseline-libweb-test Tests/LibWeb: Update rebaseline-libweb-test for path changes 2023-06-10 21:46:33 +02:00
TestCSSIDSpeed.cpp LibWeb: Make value_id_from_string() return Optional 2023-05-25 06:36:10 +02:00
TestHTMLTokenizer.cpp Everywhere: Remove unintentional partial stream reads and writes 2023-03-13 15:16:20 +00:00
tokenizer-test.html LibWeb: Fix assertion failure when tokenizing JS regex literals 2021-07-15 01:47:22 +02:00