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

Unified Diff: third_party/WebKit/LayoutTests/platform/android/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt

Issue 2440293002: [LayoutTests] Remove line and column of evaluate function (Closed)
Patch Set: Remove android expected output Created 4 years, 2 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 | « third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/platform/android/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/android/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt b/third_party/WebKit/LayoutTests/platform/android/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt
deleted file mode 100644
index 1ab464a7eecb0f52353316a01f244f638039482a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/android/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-Tests that evaluation in console that throws works fine when script is paused.
-
-Set timer for test function.
-Dumping console messages:
-
-injectedFunction()
-VM:6 Uncaught Error: injectedObj.func
- at Object.func (<anonymous>:6:23)
- at injectedFunction (<anonymous>:9:28)
- at eval (eval at evaluate (:117:21), <anonymous>:1:1)
- at testFunction (test.js:23:5)
-func @ VM:6
-injectedFunction @ VM:9
-(anonymous) @ VM:1
-testFunction @ test.js:18
-localObj.func()
-test.js:15 Uncaught Error: localObj.func
- at Object.func (test.js:20:19)
- at eval (eval at evaluate (:117:21), <anonymous>:1:10)
- at testFunction (test.js:23:5)
-func @ test.js:15
-(anonymous) @ VM:1
-testFunction @ test.js:18
-globalObj.func()
-test.js:6 Uncaught Error: globalObj.func
- at Object.func (test.js:11:15)
- at eval (eval at evaluate (:117:21), <anonymous>:1:11)
- at testFunction (test.js:23:5)
-func @ test.js:6
-(anonymous) @ VM:1
-testFunction @ test.js:18
-
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698