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

Side by Side Diff: LayoutTests/inspector/runtime/runtime-localStorage-getProperties-expected.txt

Issue 14836009: Rebaseline more tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 | Annotate | Revision Log
OLDNEW
1 Tests RemoteObject.getProperties on localStorage object. 66215 1 Tests RemoteObject.getProperties on localStorage object. 66215
2 2
3 { 3 {
4 enumerable : false 4 enumerable : true
5 name : "testProperty" 5 name : "testProperty"
6 value : { 6 value : {
7 description : "testPropertyValue" 7 description : "testPropertyValue"
8 type : "string" 8 type : "string"
9 } 9 }
10 writable : false 10 writable : true
11 } 11 }
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698