Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / forms / input-user-modify.html
index 9c0e23e..639b457 100644 (file)
@@ -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");