Changes between Version 43 and Version 44 of WebKitGtkLayoutTests
- Timestamp:
- Oct 19, 2021, 11:13:40 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGtkLayoutTests
v43 v44 1 1 [[PageOutline]] 2 2 3 = Running Tests for WebKitGTK +=3 = Running Tests for WebKitGTK = 4 4 5 5 == Dependencies == … … 11 11 === Running the Tests === 12 12 13 Simply run the `run-webkit-tests` script from the Tools directory. `run-webkit-tests` also supports the `--debug` argument to run the tests with the debug build of WebKitGTK +.13 Simply run the `run-webkit-tests` script from the Tools directory. `run-webkit-tests` also supports the `--debug` argument to run the tests with the debug build of WebKitGTK. 14 14 {{{ 15 15 #!sh … … 24 24 === Pixel Tests === 25 25 26 WebKitGTK +supports running pixel tests, but they are not enabled by default. To run them simply pass the `-p` argument to `run-webkit-tests`:26 WebKitGTK supports running pixel tests, but they are not enabled by default. To run them simply pass the `-p` argument to `run-webkit-tests`: 27 27 {{{ 28 28 #!sh