summaryrefslogtreecommitdiffstats
path: root/WebContent/html-tests/ComponentFocus.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/html-tests/ComponentFocus.html')
-rw-r--r--WebContent/html-tests/ComponentFocus.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/WebContent/html-tests/ComponentFocus.html b/WebContent/html-tests/ComponentFocus.html
deleted file mode 100644
index 0a822520e0..0000000000
--- a/WebContent/html-tests/ComponentFocus.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="UTF-8">
-<title>Insert title here</title>
-
-<script type="text/javascript">
-
-</script>
-
-</head>
-<body>
-<button onfocus="console.log('button focus');" onblur="console.log('button blur');">Focus me</button>
-<textarea onfocus="console.log('textarea focus');" onblur="console.log('textarea blur');">Focus me too</textarea>
-</body>
-</html> \ No newline at end of file