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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/contentscript-frame.html

Issue 2738033002: DevTools: add more tests to fixate 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/contentscript-frame.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/contentscript-frame.html b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/contentscript-frame.html
new file mode 100644
index 0000000000000000000000000000000000000000..d00267778f0c3287055356ef9cbdcf792f21a1fb
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/contentscript-frame.html
@@ -0,0 +1,4 @@
+<script>
+testRunner.evaluateScriptInIsolatedWorld(42, "42\n//# sourceURL=content-script-42.js");
+</script>
+<div>Hi, I'm a frame with content script</div>

Powered by Google App Engine
This is Rietveld 408576698