| Index: LayoutTests/inspector/runtime/runtime-localStorage-getProperties-expected.txt
|
| diff --git a/LayoutTests/inspector/runtime/runtime-localStorage-getProperties-expected.txt b/LayoutTests/inspector/runtime/runtime-localStorage-getProperties-expected.txt
|
| index 10814becb4e372a1d4dc651865885ff0b9c293d6..971e55acff31a78ed46e6b41fbd8c44e88676247 100644
|
| --- a/LayoutTests/inspector/runtime/runtime-localStorage-getProperties-expected.txt
|
| +++ b/LayoutTests/inspector/runtime/runtime-localStorage-getProperties-expected.txt
|
| @@ -1,12 +1,12 @@
|
| Tests RemoteObject.getProperties on localStorage object. 66215
|
|
|
| {
|
| - enumerable : false
|
| + enumerable : true
|
| name : "testProperty"
|
| value : {
|
| description : "testPropertyValue"
|
| type : "string"
|
| }
|
| - writable : false
|
| + writable : true
|
| }
|
|
|
|
|