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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/idlharness-expected.txt

Issue 1685543002: Supports "class string" based on @@toStringTag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated test expectations. Created 4 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
Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/idlharness-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/idlharness-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/idlharness-expected.txt
index ddf1347498a67597440f3232d1d86045d2cf32ed..a2938db5c3631e2db9cf0e017c8de5ecdcba66e0 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/idlharness-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/idlharness-expected.txt
@@ -4,7 +4,7 @@ FAIL Window interface: attribute localStorage assert_equals: "localStorage" must
PASS Storage interface: existence and properties of interface object
PASS Storage interface object length
PASS Storage interface object name
-FAIL Storage interface: existence and properties of interface prototype object assert_equals: class string of Storage.prototype expected "[object StoragePrototype]" but got "[object Object]"
+FAIL Storage interface: existence and properties of interface prototype object assert_equals: class string of Storage.prototype expected "[object StoragePrototype]" but got "[object Storage]"
PASS Storage interface: existence and properties of interface prototype object's "constructor" property
FAIL Storage interface: attribute length assert_true: property is not enumerable expected true got false
FAIL Storage interface: operation key(unsigned long) assert_true: property is not enumerable expected true got false
@@ -27,7 +27,7 @@ PASS Storage interface: window.localStorage must inherit property "clear" with t
PASS StorageEvent interface: existence and properties of interface object
PASS StorageEvent interface object length
PASS StorageEvent interface object name
-FAIL StorageEvent interface: existence and properties of interface prototype object assert_equals: class string of StorageEvent.prototype expected "[object StorageEventPrototype]" but got "[object Object]"
+FAIL StorageEvent interface: existence and properties of interface prototype object assert_equals: class string of StorageEvent.prototype expected "[object StorageEventPrototype]" but got "[object StorageEvent]"
PASS StorageEvent interface: existence and properties of interface prototype object's "constructor" property
PASS StorageEvent interface: attribute key
PASS StorageEvent interface: attribute oldValue

Powered by Google App Engine
This is Rietveld 408576698