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