Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / resources / README.txt
blobda0ee7caf625f8df46fa676bd702bd03a1918731
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.
3 These files should not be modified locally, as they are imported.
5 * testharness.js         from testharness.js
6 * testharness.css        from testharness.js
7 * idlharness.js          from testharness.js
8 * WebIDLParser.js        from webidl2.js
9 * vendor-prefix.js       from web-platform-tests
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
13 resource under a different name, which is matched here.
15 The following files are native to Blink and can be modified:
17 * testharnessreport.js    integration with Blink's test runner
18 * testharness-helpers.js  additions intended to be upstreamed
20 See also:
21 * https://www.chromium.org/blink/importing-the-w3c-tests
22 * LayoutTests/imported/README
24 References:
25 * web-platform-tests  https://github.com/w3c/web-platform-tests
26 * testharness.js      https://github.com/w3c/testharness.js
27 * webidl2.js          https://github.com/darobin/webidl2.js