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> |