mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Update web-platform-tests to revision 44e3f8a64aacebd5123aac7456cb81f423c38860
This commit is contained in:
parent
7e8a305394
commit
7c7a4975eb
14 changed files with 28 additions and 26 deletions
|
@ -16,7 +16,7 @@ const host = get_host_info();
|
|||
|
||||
// We run this entire test twice: first with a same-origin then with a cross-origin popup
|
||||
function performFullTest(is_same_origin_test) {
|
||||
const POPUP_HTTP_ORIGIN = is_same_origin_test ? host.HTTP_ORIGIN : host.HTTP_REMOTE_ORIGIN
|
||||
const POPUP_HTTP_ORIGIN = is_same_origin_test ? host.HTTP_ORIGIN : host.HTTP_NOTSAMESITE_ORIGIN
|
||||
const LOCAL_HTTP_ORIGIN = host.HTTP_ORIGIN
|
||||
|
||||
const popupBaseURL = POPUP_HTTP_ORIGIN + window.location.pathname.replace(/\/[^\/]*$/, '/') ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue