Sign in
nest-open-source
/
manifest_repos
/
chromium_src
/
ce182f4f4cdacd008274200f23abd3db3c4cbfb7
/
.
/
third_party
/
blink
/
web_tests
/
resources
/
common.js
blob: 02adb4b5e0b22c8bebc7788b79166dba1579f717 [
file
]
// Remove leading ...LayoutTests/ or ...web_tests/ .
function
relativeTestPath
(
path
)
{
return
path
.
replace
(
/.*\/(LayoutTests|web_tests)\//
,
''
);
}