11cb0ef41Sopenharmony_ci<!DOCTYPE html> 21cb0ef41Sopenharmony_ci<meta charset=utf-8> 31cb0ef41Sopenharmony_ci<title>Creating BroadcastChannel in an opaque origin</title> 41cb0ef41Sopenharmony_ci<script src="/resources/testharness.js"></script> 51cb0ef41Sopenharmony_ci<script src="/resources/testharnessreport.js"></script> 61cb0ef41Sopenharmony_ci<body> 71cb0ef41Sopenharmony_ci<script> 81cb0ef41Sopenharmony_ciasync_test(t => { 91cb0ef41Sopenharmony_ci self.onmessage = t.step_func(e => { 101cb0ef41Sopenharmony_ci assert_equals(e.data, 'Created'); 111cb0ef41Sopenharmony_ci t.done(); 121cb0ef41Sopenharmony_ci }); 131cb0ef41Sopenharmony_ci }); 141cb0ef41Sopenharmony_ci</script> 151cb0ef41Sopenharmony_ci<iframe sandbox="allow-scripts" src="resources/sandboxed.html"></iframe> 161cb0ef41Sopenharmony_ci</body> 17