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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/storage/interfaces-expected.txt

Issue 2727243004: Enable recently-imported test external/wpt/storage/interfaces.html. (Closed)
Patch Set: Rebaseline Created 3 years, 10 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
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/external/wpt/storage/interfaces-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/storage/interfaces-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/storage/interfaces-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3e6ba26e66270407b95f4a577a8d56f8a112bf05
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/storage/interfaces-expected.txt
@@ -0,0 +1,19 @@
+This is a testharness.js-based test.
+PASS Storage API IDL test
+FAIL Navigator interface: attribute storage assert_true: The prototype object must have a property "storage" expected true got false
+PASS WorkerNavigator interface: existence and properties of interface object
+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: operation 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 StorageManager interface: navigator.storage must inherit property "persist" with the proper type (1) assert_equals: wrong typeof object expected "object" but got "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.
+
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698