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

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

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

Powered by Google App Engine
This is Rietveld 408576698