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

Unified Diff: tests/html/shadow_dom_test.dart

Issue 10917275: Update unittest to new package layout. (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 | « tests/html/serialized_script_value_test.dart ('k') | tests/html/storage_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/shadow_dom_test.dart
diff --git a/tests/html/shadow_dom_test.dart b/tests/html/shadow_dom_test.dart
index 749f490dcc211041654d4f0429df8e5189610506..522247f50d79cf08939374f0da1084c585fb8f57 100644
--- a/tests/html/shadow_dom_test.dart
+++ b/tests/html/shadow_dom_test.dart
@@ -3,13 +3,13 @@
// BSD-style license that can be found in the LICENSE file.
#library('ShadowDOMTest');
-#import('../../pkg/unittest/unittest.dart');
-#import('../../pkg/unittest/html_config.dart');
+#import('../../pkg/unittest/lib/unittest.dart');
+#import('../../pkg/unittest/lib/html_config.dart');
#import('dart:html');
main() {
useHtmlConfiguration();
-
+
group('ShadowDOM tests', () {
var div1, div2, shadowRoot, paragraph1, paragraph2;
@@ -39,7 +39,7 @@ main() {
expect(shadowRoot.parent, isNull);
});
-
+
// TODO(samhop): test that <content> and <content select="foo"> and
// <shadow>
// work properly. This is blocked on having a good way to do browser
@@ -47,6 +47,6 @@ main() {
test('Querying in shadowed fragment respects the shadow boundary.', () {
expect(shadowRoot.queryAll('.foo'), equals([paragraph1]));
- });
+ });
});
}
« no previous file with comments | « tests/html/serialized_script_value_test.dart ('k') | tests/html/storage_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698