mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Update web-platform-tests to revision 075802c1d3387d07e31cd5887459d539b1297c8d.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
buildSiblingPath = function(hostPrefix, relativePath, newPort) {
|
||||
var port = newPort ? newPort : document.location.port;
|
||||
var path = document.location.pathname.substring(0, document.location.pathname.lastIndexOf('/') + 1);
|
||||
return (document.location.protocol + '//' + hostPrefix + "." + document.location.hostname + ':' + port + path + relativePath);
|
||||
};
|
||||
Reference in New Issue
Block a user