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