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

Unified Diff: lib/src/paper-radio-button/test/basic.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 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
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");
« no previous file with comments | « lib/src/paper-radio-button/paper-radio-button.html ('k') | lib/src/paper-radio-group/paper-radio-group.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698