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

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

Issue 2778743007: Revert of [inspector] console get all information from inspector when needed (Closed)
Patch Set: 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
deleted file mode 100644
index e0f6fca47d5e92c75cab3d18204fba951f4c5d72..0000000000000000000000000000000000000000
--- a/test/inspector/runtime/console-memory-expected.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-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