| Index: lib/src/paper-radio-button/test/basic.html
|
| diff --git a/lib/src/paper-radio-button/test/basic.html b/lib/src/paper-radio-button/test/basic.html
|
| index 54b7a3df6b792920326ddb3f7b75ec866addfdd9..04ac975a2b8b605391f31ee0eb5d53c6d7084291 100644
|
| --- a/lib/src/paper-radio-button/test/basic.html
|
| +++ b/lib/src/paper-radio-button/test/basic.html
|
| @@ -99,11 +99,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| test('button with no label has no aria label', function() {
|
| assert.isTrue(!r1.getAttribute('aria-label'));
|
| });
|
| -
|
| - test('button with a label sets an aria label', function() {
|
| - assert.isTrue(r2.getAttribute('aria-label') == "Batman");
|
| - });
|
| -
|
| +
|
| test('button respects the user set aria-label', function() {
|
| var c = fixture('AriaLabel');
|
| assert.isTrue(c.getAttribute('aria-label') == "Batman");
|
|
|