mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
8 lines
169 B
HTML
8 lines
169 B
HTML
<h1>Test with lots of JS scripts to filter !</h1>
|
|
|
|
<p><img src="http://toto.invalid/" onerror="alert('hello world !');"></p>
|
|
|
|
<script>
|
|
alert("hello world !");
|
|
</script>
|