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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Test that storage panel is present and that it contains correct data whenever lo calStorage is updated. 1 Test that storage panel is present and that it contains correct data whenever lo calStorage is updated.
2 2
3 3
4 Running: initialize 4 Running: initialize
5 5
6 Running: updateLocalStorageView 6 Running: updateLocalStorageView
7 Resource Panel with localStorage view updated. 7 Resource Panel with localStorage view updated.
8 8
9 Running: addItemTest 9 Running: addItemTest
10 10
(...skipping 19 matching lines...) Expand all
30 30
31 removeItem('key1'); 31 removeItem('key1');
32 Table rows: [key2 = value2, key3 = value3, key4 = value4, key5 = value5, key6 = value6] 32 Table rows: [key2 = value2, key3 = value3, key4 = value4, key5 = value5, key6 = value6]
33 33
34 removeItem('key3'); 34 removeItem('key3');
35 Table rows: [key2 = value2, key4 = value4, key5 = value5, key6 = value6] 35 Table rows: [key2 = value2, key4 = value4, key5 = value5, key6 = value6]
36 36
37 removeItem('key5'); 37 removeItem('key5');
38 Table rows: [key2 = value2, key4 = value4, key6 = value6] 38 Table rows: [key2 = value2, key4 = value4, key6 = value6]
39 39
40 Running: updateItemTest
41
42 updateItem('key2', 'VALUE2');
43 Table rows: [key2 = VALUE2, key4 = value4, key6 = value6]
44
40 Running: clearTest 45 Running: clearTest
41 46
42 clear() 47 clear()
43 Table rows: [] 48 Table rows: []
44 49
OLDNEW
« 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