chromium/third_party/blink/web_tests/resources/common.js

// Remove leading ...LayoutTests/ or ...web_tests/ .
function relativeTestPath(path) {
    return path.replace(/.*\/(LayoutTests|web_tests)\//, '');
}