blob: a984668b1dc0bd3dd0eee332d551728f1118fbb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[non-html-documents.html]
expected:
if os == "android": [TIMEOUT, OK]
TIMEOUT
[Text directive allowed in text/plain]
expected:
if os == "android": [FAIL, TIMEOUT]
NOTRUN
[Text directive blocked in application/xml]
expected:
if os == "android": [TIMEOUT, NOTRUN]
NOTRUN
[Text directive allowed in text/html]
expected: FAIL
[Text directive blocked in application/json]
expected:
if os == "android": PASS
TIMEOUT
|