Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/storage/opaque-origin.https-expected.txt

Issue 2692633002: Use [SecureContext] for navigator.storage (Closed)
Patch Set: TypeError and rebased tests Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/durable-storage-on-insecure-origin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698