summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/data/devtools/page_with_content_script.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/test/data/devtools/page_with_content_script.html b/chrome/test/data/devtools/page_with_content_script.html
new file mode 100644
index 0000000..226316f
--- /dev/null
+++ b/chrome/test/data/devtools/page_with_content_script.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+<script>
+
+function handleClick() {
+}
+</script>
+</head>
+<body>
+<input id='btn' type='button' onclick='handleClick()' value='Test'/>
+</body>
+</html> \ No newline at end of file