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

Unified Diff: LayoutTests/inspector/extensions/extensions-sidebar-expected.txt

Issue 512003003: DevTools: Show preview in console of ES6 Map, Set, WeakMap and WeakSet entries. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed dbg tests Created 6 years, 3 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/extensions/extensions-sidebar-expected.txt
diff --git a/LayoutTests/inspector/extensions/extensions-sidebar-expected.txt b/LayoutTests/inspector/extensions/extensions-sidebar-expected.txt
index ef316f5eae9884ea77561f1e5c87d3e834d2f4cb..97b75e1571e4f3b95cc1eec5280617bd670febe3 100644
--- a/LayoutTests/inspector/extensions/extensions-sidebar-expected.txt
+++ b/LayoutTests/inspector/extensions/extensions-sidebar-expected.txt
@@ -26,7 +26,7 @@ Watch sidebar created, callback arguments dump follows:
setPage : <function>
}
}
-elements sidebar content: f0: "object"f1: undefinedf2: nullf3: {}f4: []f5: [aa, bb, cc]f6: {f60:42, f61:foo, f62:[]}f7: 42
+elements sidebar content: f0: "object"f1: undefinedf2: nullf3: {}f4: []f5: ["aa", "bb", "cc"]f6: {f60: 42, f61: "foo", f62: []}f7: 42
RUNNING TEST: extension_testElementsSidebarSetPage
Call createSidebarPane for elements
Sidebar created
@@ -70,7 +70,7 @@ Watch sidebar created, callback arguments dump follows:
setPage : <function>
}
}
-sources sidebar content: f0: "object"f1: undefinedf2: nullf3: {}f4: []f5: [aa, bb, cc]f6: {f60:42, f61:foo, f62:[]}f7: 42
+sources sidebar content: f0: "object"f1: undefinedf2: nullf3: {}f4: []f5: ["aa", "bb", "cc"]f6: {f60: 42, f61: "foo", f62: []}f7: 42
RUNNING TEST: extension_testSourcesSidebarSetPage
Call createSidebarPane for sources
Sidebar created
« no previous file with comments | « LayoutTests/inspector/console/console-format-es6-expected.txt ('k') | Source/core/inspector/InjectedScriptSource.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698