Changes between Version 3 and Version 4 of WPTExportProcess
- Timestamp:
- May 26, 2020, 2:46:02 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WPTExportProcess
v3 v4 34 34 35 35 36 == Notes about exporting changes from WebKit to WPT == 36 37 38 * On WPT, testharness tests don't require a ''-expected.txt'' file. There are no expectations for them, they should all simply ''PASS''. So don't export the ''-expected.txt'' files. 39 * On WPT, the reference for ref-tests is not determined by the filename like in WebKit (''-expected.html''), instead the test contains a link to it inside a {{{<link rel="match" href="...">}}} header.