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

Unified Diff: test/inspector/runtime/runtime-evaluate-with-dirty-context-expected.txt

Issue 2770823003: [inspector] Increased chances of successful InjectedScriptSource compilation (Closed)
Patch Set: fixed .isolate 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/runtime-evaluate-with-dirty-context.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/runtime-evaluate-with-dirty-context-expected.txt
diff --git a/test/inspector/runtime/runtime-evaluate-with-dirty-context-expected.txt b/test/inspector/runtime/runtime-evaluate-with-dirty-context-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..65dfc1b9e2b4749f986dda5f49d0c7abf2d6d63c
--- /dev/null
+++ b/test/inspector/runtime/runtime-evaluate-with-dirty-context-expected.txt
@@ -0,0 +1,35 @@
+Checks that Runtime.evaluate works with dirty context.
+{
+ method : Runtime.consoleAPICalled
+ params : {
+ args : [
+ [0] : {
+ description : 42
+ type : number
+ value : 42
+ }
+ ]
+ executionContextId : <executionContextId>
+ stackTrace : {
+ callFrames : [
+ [0] : {
+ columnNumber : 8
+ functionName :
+ lineNumber : 0
+ scriptId : <scriptId>
+ url :
+ }
+ ]
+ }
+ timestamp : <timestamp>
+ type : log
+ }
+}
+{
+ id : <messageId>
+ result : {
+ result : {
+ type : undefined
+ }
+ }
+}
« no previous file with comments | « test/inspector/runtime/runtime-evaluate-with-dirty-context.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698