| Index: chrome/test/data/extensions/api_test/automation/tests/tabs/attributes.js
|
| diff --git a/chrome/test/data/extensions/api_test/automation/tests/tabs/attributes.js b/chrome/test/data/extensions/api_test/automation/tests/tabs/attributes.js
|
| index 5e464a579086044a20a8a4bad6bb821845ee2073..3f4e538c639c8036f3bc7dda8fbe4e83f6b775a1 100644
|
| --- a/chrome/test/data/extensions/api_test/automation/tests/tabs/attributes.js
|
| +++ b/chrome/test/data/extensions/api_test/automation/tests/tabs/attributes.js
|
| @@ -249,15 +249,7 @@
|
| assertTrue(editable !== undefined);
|
| assertEq('text', editable.htmlAttributes.type);
|
| chrome.test.succeed();
|
| - },
|
| -
|
| - function testNameFrom() {
|
| - var link = rootNode.find({ role: 'link' });
|
| - assertEq(chrome.automation.NameFromType.CONTENTS, link.nameFrom);
|
| - var textarea = rootNode.find({ attributes: { name: 'textarea' } });
|
| - assertEq(chrome.automation.NameFromType.ATTRIBUTE, textarea.nameFrom);
|
| - chrome.test.succeed();
|
| - },
|
| + }
|
| ];
|
|
|
| setUpAndRunTests(allTests, 'attributes.html');
|
|
|