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

Unified Diff: LayoutTests/fast/forms/textfield-clone.html

Issue 264973003: Remove layout tests for the legacy x-webkit-speech API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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: LayoutTests/fast/forms/textfield-clone.html
diff --git a/LayoutTests/fast/forms/textfield-clone.html b/LayoutTests/fast/forms/textfield-clone.html
index a7003596f28cdc8e2ada8ebcb5c8e9d858178f94..e627ab2474bd98914b27866aa80f768b7920c904 100644
--- a/LayoutTests/fast/forms/textfield-clone.html
+++ b/LayoutTests/fast/forms/textfield-clone.html
@@ -5,7 +5,6 @@
<input id=i1 value="Initial" style>
<input id=i2 type=search value="Initial" style>
<!-- ENABLE_INPUT_SPEECH flag doesn't affect the test result -->
-<input id=i3 type=search value="Initial" x-webkit-speech style>
<input id=i4 type=number value="0" style>
</div>
<div id=console></div>
@@ -28,7 +27,6 @@ function check(id, value) {
check('i1', 'foo');
check('i2', 'query');
-check('i3', 'speech');
check('i4', '13');
container.innerHTML = '';
</script>
« no previous file with comments | « LayoutTests/fast/forms/input-user-modify-expected.txt ('k') | LayoutTests/fast/forms/textfield-clone-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698