Sign in
webkit
/
WebKit
/
fe3f8a9f58c921838bd3a920db5f85be838171cd
/
.
/
LayoutTests
/
fast
/
dom
/
Window
/
Location
/
resources
/
location-tests-functions.js
blob: 336f2771b1ad9f427495744392c63c89a2c822c2 [
file
] [
log
] [
blame
]
function
normalizeURL
(
url
)
{
return
url
.
substring
(
url
.
lastIndexOf
(
"/"
)
+
1
);
}