diff options
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/devtools/page_with_content_script.html | 12 |
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 |