Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs |
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs |
index 7f2a87938d5e1913fd46442b79c1f5bb0ccc0c4f..7ed70f7cf4bc690fd7ee01e4e34a258d858f5d19 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs |
@@ -90,9 +90,8 @@ |
}); |
}); |
-// Flaky: http://crbug.com/451362 |
/** Tests feedback once a page loads. */ |
-TEST_F('BackgroundTest', 'DISABLED_InitialFeedback', function() { |
+TEST_F('BackgroundTest', 'InitialFeedback', function() { |
cvox.ChromeVox.tts.expectSpeech('start', function() { |
global.backgroundObj.onGotCommand('nextLine'); |
}, true); |