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

Unified Diff: LayoutTests/fast/forms/input-type-change-focusout.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
« no previous file with comments | « no previous file | LayoutTests/fast/forms/input-type-change-focusout-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/input-type-change-focusout.html
diff --git a/LayoutTests/fast/forms/input-type-change-focusout.html b/LayoutTests/fast/forms/input-type-change-focusout.html
index dfc63beba52dd4b76051be2ff5f664b9ddb3ed18..c46a89fb16740edcae8f3f5c0cafdc41fa8ad247 100644
--- a/LayoutTests/fast/forms/input-type-change-focusout.html
+++ b/LayoutTests/fast/forms/input-type-change-focusout.html
@@ -13,8 +13,6 @@ input.addEventListener('focusout', function() {
focusoutCalled = true;
});
input.focus();
-input.setAttribute('x-webkit-speech', '');
-shouldBeFalse('focusoutCalled');
input.type = 'month';
shouldBeFalse('focusoutCalled');
input.type = 'week';
« no previous file with comments | « no previous file | LayoutTests/fast/forms/input-type-change-focusout-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698