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

Unified Diff: LayoutTests/storage/domstorage/localstorage/delete-removal-expected.txt

Issue 106853005: Implement platform deleters per spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Switch to DeleteResult enum + extend scheme to indexed deleters Created 7 years 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: LayoutTests/storage/domstorage/localstorage/delete-removal-expected.txt
diff --git a/LayoutTests/storage/domstorage/localstorage/delete-removal-expected.txt b/LayoutTests/storage/domstorage/localstorage/delete-removal-expected.txt
index b50b6174fc4c0634c15be8c9e8b3c3916ed64b7f..f8554213c2d6c93bbc44d960de4e4b41a53cc626 100644
--- a/LayoutTests/storage/domstorage/localstorage/delete-removal-expected.txt
+++ b/LayoutTests/storage/domstorage/localstorage/delete-removal-expected.txt
@@ -10,4 +10,8 @@ foo (after a delete) is: undefined
foo (after a redundant delete) is: undefined
foo (after an implicit settter set) is: bar
foo (after an indexed delete) is: undefined
+bar (before an indexed delete) is present: true
+bar (after an indexed delete) is present: false
+Indexed property '1' (before delete) is present: true
+Indexed property '1' (after delete) is present: false

Powered by Google App Engine
This is Rietveld 408576698