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>
6const sr = new ShadowRealm();
7sr.evaluate(`
8 console.log("test passed");
9`);
10</script>
11