summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/h1-parsing/lone-cr.window.js.ini
blob: 9f277009108365e4aec0a1f2d6de6afcf1be32a4 (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
[lone-cr.window.html]
  [Parsing response with a lone CR before message-body (HTTP/1.1 200\rOK\n\nBODY)]
    expected: FAIL

  [Parsing response with a lone CR before message-body (HTTP/1.1 200 OK\n\rHeader: Value\n\nBODY)]
    expected: FAIL

  [Parsing response with a lone CR before message-body (HTTP/1.1 200 OK\nHeader\r: Value\n\nBODY)]
    expected: FAIL

  [Parsing response with a lone CR before message-body (HTTP/1.1 200 OK\nHeader:\r Value\n\nBODY)]
    expected: FAIL

  [Parsing response with a lone CR before message-body (HTTP/1.1 200 OK\nHeader: Value\r\n\nBody)]
    expected: FAIL

  [Parsing response with a lone CR before message-body (HTTP/1.1 200 OK\nHeader: Value\r\r\nBODY)]
    expected: FAIL

  [Parsing response with a lone CR before message-body (HTTP/1.1 200 OK\nHeader: Value\rHeader2: Value2\n\nBODY)]
    expected: FAIL

  [Parsing response with a lone CR before message-body (HTTP/1.1 200 OK\nHeader: Value\n\rBODY)]
    expected: FAIL

  [Parsing response with a lone CR before message-body (HTTP/1.1 200 OK\nHeader: Value\n\r)]
    expected: FAIL