11cb0ef41Sopenharmony_ci<!DOCTYPE html>
21cb0ef41Sopenharmony_ci<mete charset=utf-8>
31cb0ef41Sopenharmony_ci<title>Console Logging Manual Test</title>
41cb0ef41Sopenharmony_ci<p>Open the console inside the developer tools. It should contain one entry saying "test passed".</p>
51cb0ef41Sopenharmony_ci<script>
61cb0ef41Sopenharmony_ciconst sr = new ShadowRealm();
71cb0ef41Sopenharmony_cisr.evaluate(`
81cb0ef41Sopenharmony_ci  console.log("test passed");
91cb0ef41Sopenharmony_ci`);
101cb0ef41Sopenharmony_ci</script>
11