summaryrefslogtreecommitdiffstats
path: root/devtools/client/framework/test/test_chrome_page.html
blob: 688b9de1d68440bf677ca55b8b58d80c83928849 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<meta charset=utf-8>
<title>Chrome page</title>
<script>
// eslint-disable-next-line no-unused-vars
function inlineScript() {
  console.log("foo");
}
</script>