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

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

Issue 2711183003: Import wpt@a7e9c2abcf65b78fcf1c246fec6681c74e1bc352 (Closed)
Patch Set: Update test expectations and baselines. 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

Powered by Google App Engine
This is Rietveld 408576698