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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/storage/interfaces.worker-expected.txt

Issue 2767673002: WPTServe: Run .any.js and .worker.js variations (Closed)
Patch Set: TestExpectations hacky fix 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 Storage API IDL test
3 PASS Navigator interface: existence and properties of interface object
4 FAIL WorkerNavigator interface: attribute storage assert_true: The prototype obj ect must have a property "storage" expected true got false
5 PASS StorageManager interface: existence and properties of interface object
6 PASS StorageManager interface object length
7 PASS StorageManager interface object name
8 FAIL StorageManager interface: existence and properties of interface prototype o bject assert_equals: class string of StorageManager.prototype expected "[object StorageManagerPrototype]" but got "[object StorageManager]"
9 PASS StorageManager interface: existence and properties of interface prototype o bject's "constructor" property
10 PASS StorageManager interface: operation persisted()
11 PASS StorageManager interface: member persist
12 PASS StorageManager interface: operation estimate()
13 FAIL StorageManager must be primary interface of navigator.storage assert_equals : wrong typeof object expected "object" but got "undefined"
14 FAIL Stringification of navigator.storage assert_equals: wrong typeof object exp ected "object" but got "undefined"
15 FAIL StorageManager interface: navigator.storage must inherit property "persiste d" with the proper type (0) assert_equals: wrong typeof object expected "object" but got "undefined"
16 FAIL StorageManagerinterface: navigator.storagemust not have property "persist" Cannot use 'in' operator to search for 'persist' in undefined
17 FAIL StorageManager interface: navigator.storage must inherit property "estimate " with the proper type (2) assert_equals: wrong typeof object expected "object" but got "undefined"
18 Harness: the test ran to completion.
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698