chromium/content/test/data/fenced_frames/page_with_script.html

<!DOCTYPE html>
<body>
  <script>
    const answer = 42;
  </script>
</body>