Documentation: Remove outdated comment on using the Qt UI for WPT

We now run the tests headlessly.
This commit is contained in:
Timothy Flynn 2025-03-15 17:14:21 -04:00 committed by Tim Flynn
commit d94bb99c50
Notes: github-actions[bot] 2025-03-15 23:58:33 +00:00

View file

@ -87,13 +87,6 @@ CTEST_OUTPUT_ON_FAILURE=1 LADYBIRD_SOURCE_DIR=${PWD}/../.. ninja test
The Web Platform Tests can be run with the `WPT.sh` script. This script can also be used to compare the results of two
test runs.
Enabling the Qt chrome is recommended when running the Web Platform Tests on MacOS. This can be done by running the
following command:
```sh
cmake -GNinja Build/release -DENABLE_QT=ON
```
Example usage:
```sh