| OLD | NEW |
| 1 The following files are used to run W3C testharness.js-style tests, | 1 The following files are used to run W3C testharness.js-style tests, |
| 2 either authored for Blink or imported from W3C's web-platform-tests. | 2 either authored for Blink or imported from W3C's web-platform-tests. |
| 3 These files should not be modified locally, as they are imported. | 3 These files should not be modified locally, as they are imported. |
| 4 | 4 |
| 5 * testharness.js from testharness.js | 5 * testharness.js from testharness.js |
| 6 * testharness.css from testharness.js | 6 * testharness.css from testharness.js |
| 7 * idlharness.js from testharness.js | 7 * idlharness.js from testharness.js |
| 8 * WebIDLParser.js from webidl2.js | 8 * WebIDLParser.js from webidl2.js |
| 9 * vendor-prefix.js from web-platform-tests | 9 * vendor-prefix.js from web-platform-tests |
| 10 | 10 |
| 11 NOTE: The 'WebIDLParser.js' file is developed as 'webidl2.js' but | 11 NOTE: The 'WebIDLParser.js' file is developed as 'webidl2.js' but |
| 12 web-platform-tests's wpt-tools server is configured to serve the | 12 web-platform-tests's wpt-tools server is configured to serve the |
| 13 resource under a different name, which is matched here. | 13 resource under a different name, which is matched here. |
| 14 | 14 |
| 15 The following files are native to Blink and can be modified: | 15 The following files are native to Blink and can be modified: |
| 16 | 16 |
| 17 * testharnessreport.js integration with Blink's test runner | 17 * testharnessreport.js integration with Blink's test runner |
| 18 * testharness-helpers.js additions intended to be upstreamed | |
| 19 | 18 |
| 20 See also: | 19 See also: |
| 21 * https://www.chromium.org/blink/importing-the-w3c-tests | 20 * https://www.chromium.org/blink/importing-the-w3c-tests |
| 22 * LayoutTests/imported/README | 21 * LayoutTests/imported/README |
| 23 | 22 |
| 24 References: | 23 References: |
| 25 * web-platform-tests https://github.com/w3c/web-platform-tests | 24 * web-platform-tests https://github.com/w3c/web-platform-tests |
| 26 * testharness.js https://github.com/w3c/testharness.js | 25 * testharness.js https://github.com/w3c/testharness.js |
| 27 * webidl2.js https://github.com/darobin/webidl2.js | 26 * webidl2.js https://github.com/darobin/webidl2.js |
| OLD | NEW |