blob: 18b21c165d65446b758477ac4cbd2cb5a1efdc06 (
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
|
[non-html-documents.html]
expected: TIMEOUT
[Text directive blocked in non-html.json]
expected:
if os == "win": TIMEOUT
if os == "linux": [NOTRUN, TIMEOUT]
if os == "mac": [TIMEOUT, NOTRUN]
[PASS, 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": [TIMEOUT, PASS, NOTRUN]
[Text directive blocked in non-html.css]
expected:
if os == "linux": [PASS, TIMEOUT]
|