blob: 23f0846531564d6c749ea04983f00557b9c0ca98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[object-not-found-adds-entry.html]
[Verify that a 200 null-typed object emits an entry.]
expected:
if (os == "linux") and not fission and not debug: [PASS, FAIL]
if (os == "linux") and not fission and debug: [PASS, FAIL]
if (os == "linux") and fission: [PASS, FAIL]
[Verify that a 404 null-typed object emits an entry.]
expected:
if os == "linux": [PASS, FAIL]
[Verify that a 404 img-typed object emits an entry.]
expected:
if os == "linux": [PASS, FAIL]
|