aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/FileAPI/blob/Blob-constructor-endings.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/meta/FileAPI/blob/Blob-constructor-endings.html.ini')
-rw-r--r--tests/wpt/meta/FileAPI/blob/Blob-constructor-endings.html.ini57
1 files changed, 57 insertions, 0 deletions
diff --git a/tests/wpt/meta/FileAPI/blob/Blob-constructor-endings.html.ini b/tests/wpt/meta/FileAPI/blob/Blob-constructor-endings.html.ini
new file mode 100644
index 00000000000..f38d22fbdfc
--- /dev/null
+++ b/tests/wpt/meta/FileAPI/blob/Blob-constructor-endings.html.ini
@@ -0,0 +1,57 @@
+[Blob-constructor-endings.html]
+ [Invalid "endings" value: null]
+ expected: FAIL
+
+ [Invalid "endings" value: ""]
+ expected: FAIL
+
+ [Invalid "endings" value: "invalidEnumValue"]
+ expected: FAIL
+
+ [Invalid "endings" value: "Transparent"]
+ expected: FAIL
+
+ [Invalid "endings" value: "NATIVE"]
+ expected: FAIL
+
+ [Invalid "endings" value: 0]
+ expected: FAIL
+
+ [Invalid "endings" value: {}]
+ expected: FAIL
+
+ [Exception propagation from options]
+ expected: FAIL
+
+ [The "endings" options property is used]
+ expected: FAIL
+
+ [Input CR with endings 'native']
+ expected: FAIL
+
+ [Input CRLF with endings 'native']
+ expected: FAIL
+
+ [Input CRCR with endings 'native']
+ expected: FAIL
+
+ [Input LFCR with endings 'native']
+ expected: FAIL
+
+ [Input CRCRLF with endings 'native']
+ expected: FAIL
+
+ [Input CRLFLF with endings 'native']
+ expected: FAIL
+
+ [Input CRLFCR with endings 'native']
+ expected: FAIL
+
+ [Input CRLFCRLF with endings 'native']
+ expected: FAIL
+
+ [Input LFCRLFCR with endings 'native']
+ expected: FAIL
+
+ [CR/LF in adjacent input strings]
+ expected: FAIL