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

Unified Diff: LayoutTests/fast/forms/input-user-modify.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/input-user-modify.html
diff --git a/LayoutTests/fast/forms/input-user-modify.html b/LayoutTests/fast/forms/input-user-modify.html
index 9c0e23e059407778a64b1bccc2744d7641b4c3af..639b45798ea9f3290f2cfc2a0421a4e2e6a6efa5 100644
--- a/LayoutTests/fast/forms/input-user-modify.html
+++ b/LayoutTests/fast/forms/input-user-modify.html
@@ -8,7 +8,6 @@ input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-decoration,
input[type="search"]::-webkit-search-results-button,
-::-webkit-input-speech-button,
::-webkit-input-placeholder,
input::-webkit-input-placeholder,
isindex::-webkit-input-placeholder,
@@ -38,7 +37,6 @@ input::-webkit-calendar-picker-indicator {
<input id="color" type="color">
<input id="number" type="number">
<input id="placeholder" type="text" placeholder="something">
- <input id="speech" type="text" x-webkit-speech>
<button id="button">something</button>
<input id="date" type="date">
<video id="video" controls>
@@ -69,7 +67,6 @@ focusAndType("range", "delete");
focusAndType("color", "delete");
focusAndType("number", "delete");
focusAndType("placeholder", "delete");
-focusAndType("speech", "delete");
focusAndType("button", "delete");
focusAndType("date", "delete");
focusAndType("video", "delete");
« no previous file with comments | « LayoutTests/fast/forms/input-type-change-focusout-expected.txt ('k') | LayoutTests/fast/forms/input-user-modify-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698