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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/storage/interfaces.worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/storage/interfaces.worker-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/storage/interfaces.worker-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cfd023224876c0498ef4d60b7763156f8a930eeb
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/storage/interfaces.worker-expected.txt
@@ -0,0 +1,19 @@
+This is a testharness.js-based test.
+PASS Storage API IDL test
+PASS Navigator interface: existence and properties of interface object
+FAIL WorkerNavigator interface: attribute storage assert_true: The prototype object must have a property "storage" expected true got false
+PASS StorageManager interface: existence and properties of interface object
+PASS StorageManager interface object length
+PASS StorageManager interface object name
+FAIL StorageManager interface: existence and properties of interface prototype object assert_equals: class string of StorageManager.prototype expected "[object StorageManagerPrototype]" but got "[object StorageManager]"
+PASS StorageManager interface: existence and properties of interface prototype object's "constructor" property
+PASS StorageManager interface: operation persisted()
+PASS StorageManager interface: member persist
+PASS StorageManager interface: operation estimate()
+FAIL StorageManager must be primary interface of navigator.storage assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL Stringification of navigator.storage assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL StorageManager interface: navigator.storage must inherit property "persisted" with the proper type (0) assert_equals: wrong typeof object expected "object" but got "undefined"
+FAIL StorageManagerinterface: navigator.storagemust not have property "persist" Cannot use 'in' operator to search for 'persist' in undefined
+FAIL StorageManager interface: navigator.storage must inherit property "estimate" with the proper type (2) assert_equals: wrong typeof object expected "object" but got "undefined"
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698