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

Unified 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 side-by-side diff with in-line comments
Download patch
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
}

Powered by Google App Engine
This is Rietveld 408576698