8 lines
220 B
Text
8 lines
220 B
Text
|
<!-- should convert tags to normal text -->
|
||
|
<script type="text/javascript">
|
||
|
alert('boo');
|
||
|
</script>
|
||
|
|
||
|
<!-- should drop the onclick attribute -->
|
||
|
<a href="http://www.google.com/" onclick="alert('hello world');">test</a>
|