Changes between Version 3 and Version 4 of WPTExportProcess


Ignore:
Timestamp:
May 26, 2020 2:46:02 AM (4 years ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WPTExportProcess

    v3 v4  
    3434
    3535
     36== Notes about exporting changes from WebKit to WPT ==
    3637
     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.