Update web-platform-tests to revision 44e3f8a64aacebd5123aac7456cb81f423c38860

This commit is contained in:
WPT Sync Bot 2019-12-23 08:23:14 +00:00
parent 7e8a305394
commit 7c7a4975eb
14 changed files with 28 additions and 26 deletions

View file

@ -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(/\/[^\/]*$/, '/') ;