' +
@@ -113,7 +113,7 @@ TEST_F('CvoxEventWatcherUnitTest', 'FocusLinksBackwards', function() {
/**
* Test feedback when an editable text field gets focus.
*/
-TEST_F('CvoxEventWatcherUnitTest', 'TextFocusFeedback', function() {
+TEST_F('ChromeVoxEventWatcherUnitTest', 'TextFocusFeedback', function() {
this.loadHtml('
' +
'' +
'' +
@@ -126,7 +126,8 @@ TEST_F('CvoxEventWatcherUnitTest', 'TextFocusFeedback', function() {
/**
* Test feedback when a contenteditable field gets focus.
*/
-TEST_F('CvoxEventWatcherUnitTest', 'ContentEditableFocusFeedback', function() {
+TEST_F('ChromeVoxEventWatcherUnitTest', 'ContentEditableFocusFeedback',
+ function() {
this.loadHtml('
' +
'' +
'
This is editable
' +
@@ -140,7 +141,7 @@ TEST_F('CvoxEventWatcherUnitTest', 'ContentEditableFocusFeedback', function() {
* Test feedback when an item in an dialog receives focus and then focus
* leaves the dialog.
*/
-TEST_F('CvoxEventWatcherUnitTest', 'DialogFeedback', function() {
+TEST_F('ChromeVoxEventWatcherUnitTest', 'DialogFeedback', function() {
this.loadHtml('
' +
'' +
'
' +
@@ -166,7 +167,7 @@ TEST_F('CvoxEventWatcherUnitTest', 'DialogFeedback', function() {
/**
* Test feedback when an item in an alert dialog receives focus.
*/
-TEST_F('CvoxEventWatcherUnitTest', 'AlertDialogFeedback', function() {
+TEST_F('ChromeVoxEventWatcherUnitTest', 'AlertDialogFeedback', function() {
this.loadHtml('
' +
'
' +
'
Are you sure you want to install Windows?
' +
@@ -187,7 +188,7 @@ TEST_F('CvoxEventWatcherUnitTest', 'AlertDialogFeedback', function() {
* quickly - make sure the notification that we entered the dialog
* isn't interrupted.
*/
-TEST_F('CvoxEventWatcherUnitTest', 'DoubleFocusAlertDialogFeedback',
+TEST_F('ChromeVoxEventWatcherUnitTest', 'DoubleFocusAlertDialogFeedback',
function() {
this.loadHtml('
' +
'
' +
@@ -216,7 +217,7 @@ TEST_F('CvoxEventWatcherUnitTest', 'DoubleFocusAlertDialogFeedback',
/**
* Test recovery when a dialog box closes and the user sends a tab event.
*/
-TEST_F('CvoxEventWatcherUnitTest', 'CloseDialogTabRecovery', function() {
+TEST_F('ChromeVoxEventWatcherUnitTest', 'CloseDialogTabRecovery', function() {
this.loadHtml('
' +
'
first node
' +
'' +
@@ -247,7 +248,7 @@ TEST_F('CvoxEventWatcherUnitTest', 'CloseDialogTabRecovery', function() {
/**
* Test feedback when a list box with an active descendant receives focus.
*/
-TEST_F('CvoxEventWatcherUnitTest', 'ListBoxFeedback', function() {
+TEST_F('ChromeVoxEventWatcherUnitTest', 'ListBoxFeedback', function() {
this.loadHtml('
' +
'
My listbox
' +
'
' +
'
My listbox
' +
'
' +
@@ -302,7 +303,8 @@ TEST_F('CvoxEventWatcherUnitTest', 'ListBoxOptionFeedback', function() {
* Test feedback when the list box is setting focus in response to arrow
* (or some other) keypress and the user is also using ChromeVox navigation.
*/
-TEST_F('CvoxEventWatcherUnitTest', 'ListBoxOptionFeedbackWithFocus', function() {
+TEST_F('ChromeVoxEventWatcherUnitTest', 'ListBoxOptionFeedbackWithFocus',
+ function() {
this.loadHtml('
' +
'
My listbox
' +
'
' +
@@ -333,7 +335,7 @@ TEST_F('CvoxEventWatcherUnitTest', 'ListBoxOptionFeedbackWithFocus', function()
* The low-level details are tested in editable_text_test.js, this is
* a higher-level test of how that code interacts with the event watcher.
*/
-TEST_F('CvoxEventWatcherUnitTest', 'EditableText', function() {
+TEST_F('ChromeVoxEventWatcherUnitTest', 'EditableText', function() {
cvox.ChromeVoxEditableTextBase.eventTypingEcho = false;
this.loadHtml('
' +
'' +
@@ -369,7 +371,7 @@ TEST_F('CvoxEventWatcherUnitTest', 'EditableText', function() {
* The low-level details are tested in editable_text_test.js, this is
* a higher-level test of how that code interacts with the event watcher.
*/
-TEST_F('CvoxEventWatcherUnitTest', 'EditableTextListbox', function() {
+TEST_F('ChromeVoxEventWatcherUnitTest', 'EditableTextListbox', function() {
this.loadHtml('
' +
'' +
'' +
@@ -402,7 +404,7 @@ TEST_F('CvoxEventWatcherUnitTest', 'EditableTextListbox', function() {
* The low-level details are tested in editable_text_test.js, this is
* a higher-level test of how that code interacts with the event watcher.
*/
-TEST_F('CvoxEventWatcherUnitTest', 'EditableTextListboxUpdatingInput',
+TEST_F('ChromeVoxEventWatcherUnitTest', 'EditableTextListboxUpdatingInput',
function() {
cvox.ChromeVoxEditableTextBase.shouldSpeakInsertions = true;
this.loadHtml('
' +
@@ -434,7 +436,7 @@ TEST_F('CvoxEventWatcherUnitTest', 'EditableTextListboxUpdatingInput',
/**
* Tests navigating through a multiline text area.
*/
-TEST_F('CvoxEventWatcherUnitTest', 'MultilineNavigation', function() {
+TEST_F('ChromeVoxEventWatcherUnitTest', 'MultilineNavigation', function() {
this.loadHtml('