Index: chrome/test/data/devtools/page_with_content_script.html |
=================================================================== |
--- chrome/test/data/devtools/page_with_content_script.html (revision 0) |
+++ chrome/test/data/devtools/page_with_content_script.html (revision 0) |
@@ -0,0 +1,13 @@ |
+<html> |
+<head> |
+<script> |
+ |
+ |
+function handleClick() { |
+} |
+</script> |
+</head> |
+<body> |
+<input id='btn' type='button' onclick='handleClick()' value='Test'/> |
+</body> |
+</html> |
Property changes on: chrome\test\data\devtools\page_with_content_script.html |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |