You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the calculated absolute URL value is of the form "{Container Root URL}media/imgs/monastery.jpg": Calculated absolute URL:httpsr2://id_l2hvb_w_uv_z2_f1_ly5jb25ma_wcv_r_u_r_s_t_g_fi_ll_rob3_jpd_w1_s_z_w_fk_z_x_ivc_h_vib_glj_y_x_rpb25z_l2_u0_z_t_a3_mjk4_l_t_y5_n_tkt_n_d_e4_my1i_m_w_vl_l_t_jk_n_t_yz_o_w_jj_zj_a1_zi9ib29r_lm_vwd_w_i-/media/imgs/monastery.jpg
(Test URL: ../../../../../media/imgs/monastery.jpg) Script in XHTML
// The (expected) Javascript representation of the Container Root URL, as defined by the specification
const container_root_URL = new URL('../..', document.documentURI);
document.getElementById('container_root_url').textContent = container_root_URL;
document.getElementById('test_url').textContent = parent_relative;
const image_src = new URL(parent_relative, container_root_URL);
document.getElementById('image_url_parent_paths').textContent = image_src;
document.getElementById('expected').textContent = `{Container Root URL}${expected_path}`;
The text was updated successfully, but these errors were encountered:
The ocf-url_parse-leaking-relative test fails at
Calculated absolute URL:httpsr2://id_l2hvb_w_uv_z2_f1_ly5jb25ma_wcv_r_u_r_s_t_g_fi_ll_rob3_jpd_w1_s_z_w_fk_z_x_ivc_h_vib_glj_y_x_rpb25z_l2_u0_z_t_a3_mjk4_l_t_y5_n_tkt_n_d_e4_my1i_m_w_vl_l_t_jk_n_t_yz_o_w_jj_zj_a1_zi9ib29r_lm_vwd_w_i-/media/imgs/monastery.jpg
(Test URL: ../../../../../media/imgs/monastery.jpg)
Script in XHTML
The text was updated successfully, but these errors were encountered: