Chromium Code Reviews

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

Issue 2770823003: [inspector] Increased chances of successful InjectedScriptSource compilation (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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..e87c27ae0fb8a2cf3a378fddab7e6fc4da03d50a
--- /dev/null
+++ b/test/inspector/runtime/runtime-evaluate-with-dirty-context-expected.txt
@@ -0,0 +1,9 @@
+Checks that Runtime.evaluate works with dirty context.
+{
+ id : <messageId>
+ result : {
+ result : {
+ type : undefined
+ }
+ }
+}

Powered by Google App Engine