console-log-shadowrealm-manual.html (279B)
1 <!DOCTYPE html> 2 <mete charset=utf-8> 3 <title>Console Logging Manual Test</title> 4 <p>Open the console inside the developer tools. It should contain one entry saying "test passed".</p> 5 <script> 6 const sr = new ShadowRealm(); 7 sr.evaluate(` 8 console.log("test passed"); 9 `); 10 </script>