blob: 88926bf370f96290bd53a3d4072cb98e49e614af (
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
|
[non-html-documents.html]
expected: TIMEOUT
[Text directive blocked in non-html.json]
expected:
if os == "win": TIMEOUT
if os == "android": [PASS, TIMEOUT, NOTRUN]
[TIMEOUT, NOTRUN]
[Text directive blocked in non-html.txt]
expected:
if os == "android": [PASS, TIMEOUT]
NOTRUN
[Text directive blocked in non-html.xml]
expected:
if os == "android": [TIMEOUT, NOTRUN]
NOTRUN
[Text directive blocked in non-html.js]
expected:
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[Text directive blocked in non-html.css]
expected:
if os == "linux": [PASS, TIMEOUT]
|