mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
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.
This commit is contained in:
committed by
Andreas Kling
parent
fb262de7cb
commit
a414ddcbf3
Notes:
sideshowbarker
2024-07-17 10:31:19 +09:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/SerenityOS/serenity/commit/a414ddcbf3 Pull-request: https://github.com/SerenityOS/serenity/pull/19207 Reviewed-by: https://github.com/awesomekling
3
.gitignore
vendored
3
.gitignore
vendored
@@ -32,3 +32,6 @@ sync-local.sh
|
||||
|
||||
Userland/Libraries/LibWasm/Tests/Fixtures/SpecTests
|
||||
Userland/Libraries/LibWasm/Tests/Spec
|
||||
|
||||
Tests/LibWeb/WPT/wpt
|
||||
Tests/LibWeb/WPT/metadata
|
||||
|
||||
Reference in New Issue
Block a user