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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/magic-script.js

Issue 2735933002: DevTools: add tests to fixate bindings behavior (Closed)
Patch Set: DevTools: add tests to fixate bindings behavior 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
Index: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/magic-script.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/magic-script.js b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/magic-script.js
new file mode 100644
index 0000000000000000000000000000000000000000..ef0afc3ad40bb4206292cd9016cdef2255a34f09
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/magic-script.js
@@ -0,0 +1 @@
+window.foo = console.log.bind(console, 'foo');

Powered by Google App Engine
This is Rietveld 408576698