Index: third_party/WebKit/LayoutTests/external/wpt/webstorage/idlharness-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/webstorage/idlharness-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/webstorage/idlharness-expected.txt |
index 373b775542315530b5af3c1f936c20e89fb84109..29fe029119e285ff345fa1200044aa37f1171973 100644 |
--- a/third_party/WebKit/LayoutTests/external/wpt/webstorage/idlharness-expected.txt |
+++ b/third_party/WebKit/LayoutTests/external/wpt/webstorage/idlharness-expected.txt |
@@ -12,8 +12,6 @@ FAIL Storage interface: operation getItem(DOMString) assert_true: property is no |
FAIL Storage interface: operation setItem(DOMString,DOMString) assert_true: property is not enumerable expected true got false |
FAIL Storage interface: operation removeItem(DOMString) assert_true: property is not enumerable expected true got false |
FAIL Storage interface: operation clear() assert_true: property is not enumerable expected true got false |
-PASS Storage must be primary interface of window.localStorage |
-PASS Stringification of window.localStorage |
PASS Storage interface: window.localStorage must inherit property "length" with the proper type (0) |
PASS Storage interface: window.localStorage must inherit property "key" with the proper type (1) |
PASS Storage interface: calling key(unsigned long) on window.localStorage with too few arguments must throw TypeError |