chromium/chrome/test/data/devtools/page_with_content_script.html

<html>
<head>
<script>


function handleClick() {
}
</script>
</head>
<body>
<input id='btn' type='button' onclick='handleClick()' value='Test'/>
</body>
</html>