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

Unified Diff: test/inspector/runtime/console-memory-expected.txt

Issue 2784713002: [inspector] console get all information from inspector when needed (Closed)
Patch Set: fixed last test Created 3 years, 9 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
« no previous file with comments | « test/inspector/runtime/console-memory.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/console-memory-expected.txt
diff --git a/test/inspector/runtime/console-memory-expected.txt b/test/inspector/runtime/console-memory-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e0f6fca47d5e92c75cab3d18204fba951f4c5d72
--- /dev/null
+++ b/test/inspector/runtime/console-memory-expected.txt
@@ -0,0 +1,45 @@
+Checks console.memory
+
+Running test: testWithoutMemory
+{
+ id : <messageId>
+ result : {
+ result : {
+ type : undefined
+ }
+ }
+}
+
+Running test: testSetterInStrictMode
+{
+ id : <messageId>
+ result : {
+ result : {
+ type : undefined
+ }
+ }
+}
+
+Running test: testWithMemory
+{
+ id : <messageId>
+ result : {
+ result : {
+ description : 239
+ type : number
+ value : 239
+ }
+ }
+}
+
+Running test: testSetterDoesntOverride
+{
+ id : <messageId>
+ result : {
+ result : {
+ description : 42
+ type : number
+ value : 42
+ }
+ }
+}
« no previous file with comments | « test/inspector/runtime/console-memory.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698