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

Unified Diff: tests/html/documentfragment_test.dart

Issue 11820013: Removing test for method which was removed. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/documentfragment_test.dart
diff --git a/tests/html/documentfragment_test.dart b/tests/html/documentfragment_test.dart
index 0cf56268f83ecddefa2e595cdbe2d4c5d9f803f7..304216f8f738c26037fa8071b4064a7811679920 100644
--- a/tests/html/documentfragment_test.dart
+++ b/tests/html/documentfragment_test.dart
@@ -318,8 +318,6 @@ main() {
expect(fragment.attributes.isEmpty, isTrue);
expect(fragment.classes.isEmpty, isTrue);
expect(fragment.dataAttributes.isEmpty, isTrue);
- expect(fragment.matchesSelector("foo"), isFalse);
- expect(fragment.matchesSelector("*"), isFalse);
});
test('style', () {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698