aboutsummaryrefslogtreecommitdiff
path: root/tests/safe_mode/script_tags.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/safe_mode/script_tags.txt')
-rw-r--r--tests/safe_mode/script_tags.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/safe_mode/script_tags.txt b/tests/safe_mode/script_tags.txt
new file mode 100644
index 0000000..44041c2
--- /dev/null
+++ b/tests/safe_mode/script_tags.txt
@@ -0,0 +1,33 @@
+This should be stripped/escaped in safe_mode.
+
+<script>
+alert("Hello world!")
+</script>
+
+With blank lines.
+
+<script>
+
+alert("Hello world!")
+
+</script>
+
+Now with some weirdness
+
+``<script <!--
+alert("Hello world!")
+</script <>`` `
+
+Try another way.
+
+<script <!--
+alert("Hello world!")
+</script <>
+
+This time with blank lines.
+
+<script <!--
+
+alert("Hello world!")
+
+</script <>