| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS navigator.storage.persist() in non-sandboxed iframe should not reject | |
| 3 FAIL navigator.storage.persist() in sandboxed iframe should reject with TypeErro
r assert_equals: navigator.storage.persist() should reject with TypeError expect
ed "TypeError" but got "NotSupportedError" | |
| 4 PASS navigator.storage.persisted() in non-sandboxed iframe should not reject | |
| 5 FAIL navigator.storage.persisted() in sandboxed iframe should reject with TypeEr
ror assert_equals: navigator.storage.persisted() should reject with TypeError ex
pected "TypeError" but got "no rejection" | |
| 6 PASS navigator.storage.estimate() in non-sandboxed iframe should not reject | |
| 7 FAIL navigator.storage.estimate() in sandboxed iframe should reject with TypeErr
or assert_equals: navigator.storage.estimate() should reject with TypeError expe
cted "TypeError" but got "NotSupportedError" | |
| 8 Harness: the test ran to completion. | |
| 9 | |
| OLD | NEW |