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

Unified Diff: client/tests/client/html/DocumentFragmentTests.dart

Issue 8966029: Report errors and warnings for hiding elements, issue 572. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes for comments Created 9 years 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 | « client/testing/unittest/unittest_dartest.dart ('k') | client/tests/client/layout/layout_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/html/DocumentFragmentTests.dart
diff --git a/client/tests/client/html/DocumentFragmentTests.dart b/client/tests/client/html/DocumentFragmentTests.dart
index 4b5c4f117d4e246427f60bf7574220c4d605c059..8ca1b89dcc730d8c0b6b8145bb76a37b6c9645d1 100644
--- a/client/tests/client/html/DocumentFragmentTests.dart
+++ b/client/tests/client/html/DocumentFragmentTests.dart
@@ -95,7 +95,7 @@ testDocumentFragment() {
};
test('is initially empty', () {
- var elements = new DocumentFragment().elements;
+ elements = new DocumentFragment().elements;
Expect.listEquals([], elements);
Expect.isTrue(elements.isEmpty());
});
« no previous file with comments | « client/testing/unittest/unittest_dartest.dart ('k') | client/tests/client/layout/layout_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698