blob: 02adb4b5e0b22c8bebc7788b79166dba1579f717 [file] [log] [blame]
// Remove leading ...LayoutTests/ or ...web_tests/ .
function relativeTestPath(path) {
return path.replace(/.*\/(LayoutTests|web_tests)\//, '');
}