jespresso-0.9: test-data/expects/scriptSimple1.html
<html>
<head>
<meta charset="UTF-8"/>
<title>MyTest</title>
</head>
<body>
<!--Removed Inline Script-->
<span>Test</span>
<script type="text/javascript">
foo(bar);
</script>
</body>
</html>