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

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

Issue 9610011: Port DocumentFragment to the new wrapperless DOM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge with head Created 8 years, 9 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 | « client/tests/client/html/DocumentFragmentTests.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/html/html_tests.dart
diff --git a/client/tests/client/html/html_tests.dart b/client/tests/client/html/html_tests.dart
index 312af61e0fc648db9ba16be68599c7901f705647..4b1591003d56641b8c160c6f37ca953363521d07 100644
--- a/client/tests/client/html/html_tests.dart
+++ b/client/tests/client/html/html_tests.dart
@@ -9,7 +9,7 @@
#source('util.dart');
#source('CSSStyleDeclarationTests.dart');
-// #source('DocumentFragmentTests.dart');
+#source('DocumentFragmentTests.dart');
#source('ElementTests.dart');
// #source('EventTests.dart');
#source('LocalStorageTests.dart');
@@ -20,8 +20,7 @@
main() {
group('CSSStyleDeclaration', testCSSStyleDeclaration);
- // TODO(nwiez): enable once DocumentFragment is ready -- Dart issue 1998.
- // group('DocumentFragment', testDocumentFragment);
+ group('DocumentFragment', testDocumentFragment);
group('Element', testElement);
// TODO(nweiz): enable once event constructors are ported -- Dart issue 1996.
// group('Event', testEvents);
« no previous file with comments | « client/tests/client/html/DocumentFragmentTests.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698