Patrick Steele-Idem 5df81440e5 Reorganized tests
2016-05-05 07:56:24 -07:00

6 lines
218 B
HTML

<html><head><title>Inline Script</title></head><body>Hello name! <script type="text/javascript">
<div if(foo)></div>
$(function() {
alert('World');
})
</script></body></html>