| OLD | NEW |
| 1 This directory contains files imported from the W3C. | 1 This directory contains files imported from the W3C. |
| 2 | 2 |
| 3 == THIS DIRECTORY IS OBSOLETE == |
| 4 |
| 5 Tests are now imported into LayoutTests/imported (see README there). |
| 6 |
| 7 The tests in LayoutTests/http/tests/w3c/webperf were imported from |
| 8 https://dvcs.w3.org/hg/webperf/ but have been migrated into the |
| 9 https://github.com/w3c/web-platform-tests repo: |
| 10 |
| 11 * HighResolutionTime -> hr-time/ |
| 12 * navigation-timing -> navigation-timing/ |
| 13 * resource-timing -> resource-timing/ |
| 14 * UserTiming -> user-timing/ |
| 15 |
| 16 This directory now contains: |
| 17 |
| 18 * Submissions that were not "approved" - these should be reviewed |
| 19 for redundancy with approved tests in web-platform-tests |
| 20 |
| 21 * Tests that require a http/s server. Tracked as: |
| 22 http://crbug.com/360762 |
| 23 |
| 24 Please do not add additional tests to this directory, and strive |
| 25 to remove them. Removing this directory is tracked as: |
| 26 http://crbug.com/498037 |
| 27 |
| 28 == Previous Documentation == |
| 29 |
| 3 With only one exception (below), these files should not be modified directly. In
stead, please | 30 With only one exception (below), these files should not be modified directly. In
stead, please |
| 4 source the files from the following locations: | 31 source the files from the following locations: |
| 5 | 32 |
| 6 resources/testharness.js - and... | 33 resources/testharness.js - and... |
| 7 resources/testharness.css - Fetch from http://w3c-test.org/resources/ | 34 resources/testharness.css - Fetch from http://w3c-test.org/resources/ |
| 8 | 35 |
| 9 resources/testharnessreport.js - Modify directly. It's the vendor specific porti
on. | 36 resources/testharnessreport.js - Modify directly. It's the vendor specific porti
on. |
| 10 | 37 |
| 11 webperf/ - Use Tools/Scripts/import-w3c-performance-wg-tests | 38 webperf/ - Use Tools/Scripts/import-w3c-performance-wg-tests |
| OLD | NEW |