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

Unified Diff: Source/WebKit/chromium/tests/data/input_field_set_value_while_not_focused.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
Index: Source/WebKit/chromium/tests/data/input_field_set_value_while_not_focused.html
diff --git a/Source/WebKit/chromium/tests/data/input_field_set_value_while_not_focused.html b/Source/WebKit/chromium/tests/data/input_field_set_value_while_not_focused.html
deleted file mode 100644
index 4e578d44d91a0eaa6b1c2505935617ce459055d5..0000000000000000000000000000000000000000
--- a/Source/WebKit/chromium/tests/data/input_field_set_value_while_not_focused.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<input id='field'/>
-<script>
- var field = document.getElementById('field');
- field.value = 'some text';
-</script>

Powered by Google App Engine
This is Rietveld 408576698