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

Unified Diff: test/inspector/runtime/clear-of-command-line-api-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
« no previous file with comments | « test/inspector/runtime/clear-of-command-line-api.js ('k') | test/inspector/runtime/compile-script.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/clear-of-command-line-api-expected.txt
diff --git a/test/inspector/runtime/clear-of-command-line-api-expected.txt b/test/inspector/runtime/clear-of-command-line-api-expected.txt
deleted file mode 100644
index db9f0d614252ea32effb4004980702329af34e4f..0000000000000000000000000000000000000000
--- a/test/inspector/runtime/clear-of-command-line-api-expected.txt
+++ /dev/null
@@ -1,127 +0,0 @@
-Tests that CommandLineAPI is presented only while evaluation.
-
-{
- result : {
- description : 15
- type : number
- value : 15
- }
-}
-{
- result : {
- description : 0
- type : number
- value : 0
- }
-}
-setPropertyForMethod()
-{
- result : {
- description : 14
- type : number
- value : 14
- }
-}
-{
- result : {
- description : 0
- type : number
- value : 0
- }
-}
-{
- result : {
- description : 42
- type : number
- value : 42
- }
-}
-defineValuePropertyForMethod()
-{
- result : {
- description : 14
- type : number
- value : 14
- }
-}
-{
- result : {
- description : 0
- type : number
- value : 0
- }
-}
-{
- result : {
- description : 42
- type : number
- value : 42
- }
-}
-definePropertiesForMethod()
-{
- result : {
- description : 14
- type : number
- value : 14
- }
-}
-{
- result : {
- description : 0
- type : number
- value : 0
- }
-}
-{
- result : {
- description : 42
- type : number
- value : 42
- }
-}
-defineAccessorPropertyForMethod()
-{
- result : {
- description : 14
- type : number
- value : 14
- }
-}
-{
- result : {
- description : 0
- type : number
- value : 0
- }
-}
-{
- result : {
- description : 42
- type : number
- value : 42
- }
-}
-redefineGetOwnPropertyDescriptors()
-{
- result : {
- description : 14
- type : number
- value : 14
- }
-}
-{
- result : {
- description : 0
- type : number
- value : 0
- }
-}
-{
- result : {
- description : 42
- type : number
- value : 42
- }
-}
-
« no previous file with comments | « test/inspector/runtime/clear-of-command-line-api.js ('k') | test/inspector/runtime/compile-script.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698