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

Unified Diff: Source/WebKit/chromium/tests/data/autofocus_input_field_iframe.html

Issue 19906002: Move data/ directory from WebKit/chromium/tests into web/tests/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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 | « no previous file | Source/WebKit/chromium/tests/data/black-and-white.ico » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | Source/WebKit/chromium/tests/data/black-and-white.ico » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698