summaryrefslogtreecommitdiffstats
path: root/test/wpt/tests/fetch/orb/resources/script-iso-8559-1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/wpt/tests/fetch/orb/resources/script-iso-8559-1.js')
-rw-r--r--test/wpt/tests/fetch/orb/resources/script-iso-8559-1.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/wpt/tests/fetch/orb/resources/script-iso-8559-1.js b/test/wpt/tests/fetch/orb/resources/script-iso-8559-1.js
new file mode 100644
index 0000000..3bccb6a
--- /dev/null
+++ b/test/wpt/tests/fetch/orb/resources/script-iso-8559-1.js
@@ -0,0 +1,4 @@
+"use strict";
+function fn() {
+ return "§A¦n";
+}