You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebKit maintains a separate fork of the Web Platform Tests living in `LayoutTests/imported/w3c/web-platform-tests`. When changes are made upstream we need to import them to stay up to date.
When running the script above the latest WPT will be downloaded into WebKitBuild directory. The requested files will be copied over into the WebKit WPT directory.
12
+
13
+
After importing the tests ensure to run `run-webkit-tests` to generate new expectations. You may need to update the `LayoutTests/TestExpectations` which need to be marked `SKIP` based on `import-w3c-tests` output.
14
+
15
+
## Import WPT Tests from a local checkout of WPT
16
+
17
+
If you have the upstream WPT repository locally you can skip redownloading it by running the following below.
0 commit comments