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

Unified Diff: tests/html/datalistelement_test.dart

Issue 23631002: Fixing datalistelement test on Safari. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | « no previous file | tests/html/html.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/datalistelement_test.dart
diff --git a/tests/html/datalistelement_test.dart b/tests/html/datalistelement_test.dart
index b69bbdbb04d87b339d08ab86f489f628d669ff29..8af53c159ba022768958ecd90268ad2f12133c32 100644
--- a/tests/html/datalistelement_test.dart
+++ b/tests/html/datalistelement_test.dart
@@ -54,8 +54,7 @@ main() {
test('options', () {
expect(() {
- var options = document.query('#browsers')
- .queryAll('option'); // Uses DataListElement.
+ var options = document.query('#browsers').options;
expect(options.length, 5);
}, expectation);
});
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698