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

Unified Diff: test/inspector/runtime/get-properties-preview-expected.txt

Issue 2379303002: Revert "[inspector] added inspector test runner [part 3-5]" (Closed)
Patch Set: Created 4 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: test/inspector/runtime/get-properties-preview-expected.txt
diff --git a/test/inspector/runtime/get-properties-preview-expected.txt b/test/inspector/runtime/get-properties-preview-expected.txt
deleted file mode 100644
index fd1f31a4c2a3adcaf519d399008b1ea838b48558..0000000000000000000000000000000000000000
--- a/test/inspector/runtime/get-properties-preview-expected.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-p1 : Object
-p2 : Object
-p1 : {
- "type": "object",
- "description": "Object",
- "overflow": false,
- "properties": [
- {
- "name": "a",
- "type": "number",
- "value": "1"
- }
- ]
-}
-p2 : {
- "type": "object",
- "description": "Object",
- "overflow": false,
- "properties": [
- {
- "name": "b",
- "type": "string",
- "value": "foo"
- },
- {
- "name": "bb",
- "type": "string",
- "value": "bar"
- }
- ]
-}
-
« no previous file with comments | « test/inspector/runtime/get-properties-preview.js ('k') | test/inspector/runtime/property-on-console-proto.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698