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

Unified Diff: test/paper_radio_button_basic_test.dart

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
« no previous file with comments | « test/paper_inky_focus_behavior_test.html ('k') | test/paper_radio_button_behavior_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/paper_radio_button_basic_test.dart
diff --git a/test/paper_radio_button_basic_test.dart b/test/paper_radio_button_basic_test.dart
index 7dcf0aff540b3bc1d3144f4fa8e6cec88d139a8d..7279c9582708d7af520d638437f4bb6e3eadad4c 100644
--- a/test/paper_radio_button_basic_test.dart
+++ b/test/paper_radio_button_basic_test.dart
@@ -70,11 +70,7 @@ main() async {
});
test('button with no label has no aria label', () {
- expect(r1.attributes['aria-label'], isEmpty);
- });
-
- test('button with a label sets an aria label', () {
- expect(r2.attributes['aria-label'], equals("Batman"));
+ expect(r1.attributes['aria-label'], isNull);
});
test('button respects the user set aria-label', () {
« no previous file with comments | « test/paper_inky_focus_behavior_test.html ('k') | test/paper_radio_button_behavior_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698