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

Tests/LibWeb: Update WPT expectations

Updates WPT tests expectations in metadata.txt and changes run.sh to
checkout more recent commit in WPT upstream repository.
This commit is contained in:
Aliaksandr Kalenik 2023-07-19 00:23:07 +02:00 committed by Andreas Kling
parent 2d12a91cd0
commit babadc19df
2 changed files with 80 additions and 48 deletions

View file

@ -26,7 +26,7 @@ sudo apt-get install -y python-is-python3
git clone --depth 10000 https://github.com/web-platform-tests/wpt.git
# Switch to the commit that was used to generate tests expectations. Requires periodic updates.
(cd wpt; git checkout 4c27189ed2db4ddad8e727d4ea9ae8329c3e1672)
(cd wpt; git checkout 4434e91bd0801dfefff044b5b9a9744e30d255d3)
# Apply WPT patch with Ladybird runner
(cd wpt; git apply ../ladybird_runner.patch)