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

Unified Diff: client/testing/unittest/unittest_dom.dart

Issue 8341119: Get rid of use of dart:html in unittestlib. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove old comment. Created 9 years, 2 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/testing/unittest/unittest.dart ('k') | client/testing/unittest/unittestsuite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/testing/unittest/unittest_dom.dart
diff --git a/client/testing/unittest/unittest_dom.dart b/client/testing/unittest/unittest_dom.dart
deleted file mode 100644
index c4aab125f00ccfa2dd2c99bb40958cedce0079be..0000000000000000000000000000000000000000
--- a/client/testing/unittest/unittest_dom.dart
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-// Version of unittest library that directly uses the dom library versions of
-// 'window' and 'document', and avoids using the html library.
-
-// TODO: When it is possible to use both dom and html in the same program
-// (i.e. using namespaces to distinguish the two global window() getters),
-// remove one of the versions.
-
-#library("unittest");
-
-#import("dart:dom");
-
-#source("unittestsuite.dart");
« no previous file with comments | « client/testing/unittest/unittest.dart ('k') | client/testing/unittest/unittestsuite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698