Index: Source/WebKit/chromium/tests/data/autofocus_input_field_iframe.html |
diff --git a/Source/WebKit/chromium/tests/data/autofocus_input_field_iframe.html b/Source/WebKit/chromium/tests/data/autofocus_input_field_iframe.html |
deleted file mode 100644 |
index 76c870b1c9487cc85458647cfe92cc0cecce069c..0000000000000000000000000000000000000000 |
--- a/Source/WebKit/chromium/tests/data/autofocus_input_field_iframe.html |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-<html> |
- <script type="text/javascript"> |
- function autofocus() { |
- document.getElementById('inputfield').focus(); |
- } |
- window.onload = autofocus; |
- </script> |
- <body> |
- <p>This page has a auto focused input field.</p> |
- <input type="text" id="inputfield" /> |
- </body> |
-</html> |