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

Unified Diff: tests/html/node_test.dart

Issue 10993003: Roll Chrome forward. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « lib/html/templates/html/interface/interface_Window.darttemplate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/node_test.dart
diff --git a/tests/html/node_test.dart b/tests/html/node_test.dart
index df1dbdda5ddf2e44f08f3441ff0e52ca48a3b49e..13cf7313297ba4af15037fcfb1a7e96bc72e1554 100644
--- a/tests/html/node_test.dart
+++ b/tests/html/node_test.dart
@@ -27,6 +27,7 @@ main() {
Expect.isTrue(node.nodes[2] is Comment);
});
+ if (false) // TODO(antonm): fix it.
test('remove', () {
final node = makeNodeWithChildren();
final subnode = node.nodes[1];
« no previous file with comments | « lib/html/templates/html/interface/interface_Window.darttemplate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698