Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Unified Diff: chrome/test/data/keyboard/focus.html

Issue 2771623004: Remove unused test data (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/keyboard/blank.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/keyboard/focus.html
diff --git a/chrome/test/data/keyboard/focus.html b/chrome/test/data/keyboard/focus.html
deleted file mode 100644
index e572c5800bdff68e40813b0e432c353918bcf587..0000000000000000000000000000000000000000
--- a/chrome/test/data/keyboard/focus.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-<script>
-function focus_textfield() {
- document.getElementById('text').focus();
-}
-</script>
-<body onload="focus_textfield();">
-<input id='text'>
-</body>
-</html>
« no previous file with comments | « chrome/test/data/keyboard/blank.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698