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

Unified Diff: LayoutTests/inspector/storage-panel-dom-storage-update-expected.txt

Issue 22396002: function storageForId() should be used in _domStorageItemUpdated instead of DOMStorageModel._storag… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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: LayoutTests/inspector/storage-panel-dom-storage-update-expected.txt
diff --git a/LayoutTests/inspector/storage-panel-dom-storage-update-expected.txt b/LayoutTests/inspector/storage-panel-dom-storage-update-expected.txt
index a05e1dcc99b1c1837e100e014c327426bf7e2a20..1e0d1bc3ae836724c847c98e30965f4ac15dc456 100644
--- a/LayoutTests/inspector/storage-panel-dom-storage-update-expected.txt
+++ b/LayoutTests/inspector/storage-panel-dom-storage-update-expected.txt
@@ -37,6 +37,11 @@ Table rows: [key2 = value2, key4 = value4, key5 = value5, key6 = value6]
removeItem('key5');
Table rows: [key2 = value2, key4 = value4, key6 = value6]
+Running: updateItemTest
+
+updateItem('key2', 'VALUE2');
+Table rows: [key2 = VALUE2, key4 = value4, key6 = value6]
+
Running: clearTest
clear()
« no previous file with comments | « LayoutTests/inspector/storage-panel-dom-storage-update.html ('k') | Source/devtools/front_end/DOMStorage.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698