<!-- <p>C-c on this line should use the HTML comment token(s).</p> -->
<script type="text/javascript">
// C-c on this line should use the javascript comment token(s).
foo();
css`
html {
background-color: red;
}
`;
</script>