summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/content-type/script.window.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/fetch/content-type/script.window.js.ini')
-rw-r--r--testing/web-platform/meta/fetch/content-type/script.window.js.ini31
1 files changed, 31 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/content-type/script.window.js.ini b/testing/web-platform/meta/fetch/content-type/script.window.js.ini
new file mode 100644
index 0000000000..c1d9d4926c
--- /dev/null
+++ b/testing/web-platform/meta/fetch/content-type/script.window.js.ini
@@ -0,0 +1,31 @@
+[script.window.html]
+ [separate text/javascript;" x/x]
+ expected: FAIL
+
+ [separate text/javascript;charset=windows-1252;" \\" x/x]
+ expected: FAIL
+
+ [separate x/x;" x/y;\\" text/javascript;charset=windows-1252;" text/javascript]
+ expected: FAIL
+
+ [combined text/javascript error]
+ expected:
+ if os == "win": [PASS, FAIL]
+
+ [separate text/javascript ]
+ expected:
+ if os == "win": [PASS, FAIL]
+
+ [combined x/x text/javascript]
+ expected:
+ if (processor == "x86") and debug: [PASS, FAIL]
+
+ [separate text/javascript error]
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
+
+ [separate text/javascript;charset=windows-1252 error text/javascript]
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]