summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/FileAPI/blob/Blob-slice.html.ini
blob: 973a9ef2ab99d9e2e8cafdb4433fcaaf5df1e726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[Blob-slice.html]
  type: testharness
  [Invalid contentType ("ÿ")]
    expected: FAIL

  [Invalid contentType ("te(xt/plain")]
    expected: FAIL

  [Invalid contentType ("te)xt/plain")]
    expected: FAIL

  [Invalid contentType ("te<xt/plain")]
    expected: FAIL

  [Invalid contentType ("te>xt/plain")]
    expected: FAIL

  [Invalid contentType ("te@xt/plain")]
    expected: FAIL

  [Invalid contentType ("te,xt/plain")]
    expected: FAIL

  [Invalid contentType ("te;xt/plain")]
    expected: FAIL

  [Invalid contentType ("te:xt/plain")]
    expected: FAIL

  [Invalid contentType ("te\\\\xt/plain")]
    expected: FAIL

  [Invalid contentType ("te\\"xt/plain")]
    expected: FAIL

  [Invalid contentType ("te/xt/plain")]
    expected: FAIL

  [Invalid contentType ("te[xt/plain")]
    expected: FAIL

  [Invalid contentType ("te\]xt/plain")]
    expected: FAIL

  [Invalid contentType ("te?xt/plain")]
    expected: FAIL

  [Invalid contentType ("te=xt/plain")]
    expected: FAIL

  [Invalid contentType ("te{xt/plain")]
    expected: FAIL

  [Invalid contentType ("te}xt/plain")]
    expected: FAIL

  [Invalid contentType ("te xt/plain")]
    expected: FAIL

  [Invalid contentType ("te\\txt/plain")]
    expected: FAIL

  [Invalid contentType ("te\\0xt/plain")]
    expected: FAIL

  [Invalid contentType ("te\\x1fxt/plain")]
    expected: FAIL

  [Invalid contentType ("text/plain")]
    expected: FAIL

  [Valid contentType ("TEXT/PLAIN")]
    expected: FAIL

  [Valid contentType ("text/plain;charset = UTF-8")]
    expected: FAIL

  [Valid contentType ("text/plain;charset=UTF-8")]
    expected: FAIL