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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher_test.unitjs

Issue 2084003004: Disable chromevox time widget and date widget tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chromeos_file_manager
Patch Set: Fix comment Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher_test.unitjs
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher_test.unitjs b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher_test.unitjs
index 1e20b83564be2dad8a45b76e373dac5ac3a11bbd..0667cf337180dbd6eea9d60be541edb6cce26bac 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher_test.unitjs
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher_test.unitjs
@@ -558,8 +558,9 @@ TEST_F('CvoxEventWatcherUnitTest',
/**
* Test time widget.
+ * Disabled because test relies on removed behavior; see crbug.com/520519.
*/
-TEST_F('CvoxEventWatcherUnitTest', 'TimeWidget', function() {
+TEST_F('CvoxEventWatcherUnitTest', 'DISABLED_TimeWidget', function() {
this.loadHtml(
'<label for="timewidget">Set alarm for:</label>' +
'<input id="timewidget" type="time" value="12:00">');
@@ -615,8 +616,9 @@ TEST_F('CvoxEventWatcherUnitTest', 'TimeWidget', function() {
/**
* Test date widget.
+ * Disabled because test relies on removed behavior; see crbug.com/520519.
*/
-TEST_F('CvoxEventWatcherUnitTest', 'DateWidget', function() {
+TEST_F('CvoxEventWatcherUnitTest', 'DISABLED_DateWidget', function() {
this.loadHtml(
'<label for="datewidget">Set birthdate:</label>' +
'<input id="datewidget" type="date" value="1998-09-04"/>');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698