aboutsummaryrefslogtreecommitdiff
path: root/tests/safe_mode/script_tags.txt
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:04:17 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:04:17 +0000
commitf4528fb23dd6c0876dc2bcc4d18ab8b1bc924a99 (patch)
tree1a110fa9fa982e746b1969458c5b9d373c70a38c /tests/safe_mode/script_tags.txt
parent26bcb66e09065a97476054481219829e2a8cb40e (diff)
parentb8ef043a4bce3c0e0c3a83a5309c17d1962be972 (diff)
downloadmarkdown-android14-mainline-permission-release.tar.gz
Change-Id: I253aff4e7e36020f346c6023a86261028dd55fdf
Diffstat (limited to 'tests/safe_mode/script_tags.txt')
-rw-r--r--tests/safe_mode/script_tags.txt33
1 files changed, 0 insertions, 33 deletions
diff --git a/tests/safe_mode/script_tags.txt b/tests/safe_mode/script_tags.txt
deleted file mode 100644
index 44041c2..0000000
--- a/tests/safe_mode/script_tags.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-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 <>