11cb0ef41Sopenharmony_ci<!doctype html> 21cb0ef41Sopenharmony_ci<script> 31cb0ef41Sopenharmony_ciaddEventListener("load", () => { 41cb0ef41Sopenharmony_ci const entry = performance.getEntriesByType("navigation")[0]; 51cb0ef41Sopenharmony_ci try { 61cb0ef41Sopenharmony_ci window.top.postMessage(entry, "*"); 71cb0ef41Sopenharmony_ci } catch(error) { 81cb0ef41Sopenharmony_ci if (error.name == "DataCloneError") { 91cb0ef41Sopenharmony_ci window.top.postMessage("PASS", "*"); 101cb0ef41Sopenharmony_ci } else { 111cb0ef41Sopenharmony_ci window.top.postMessage("FAIL - Wrong exception name: " + error.name, "*"); 121cb0ef41Sopenharmony_ci } 131cb0ef41Sopenharmony_ci } 141cb0ef41Sopenharmony_ci window.top.postMessage("FAIL - No exception thrown", "*"); 151cb0ef41Sopenharmony_ci}); 161cb0ef41Sopenharmony_ci 171cb0ef41Sopenharmony_ci</script> 18