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

Unified Diff: test/custom_element_test.dart

Issue 1026153002: add initWebComponents (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: code review updates Created 5 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 | « test/custom_element_proxy_test.dart ('k') | test/deps/a.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/custom_element_test.dart
diff --git a/test/custom_element_test.dart b/test/custom_element_test.dart
index 2418defe7b25ae1a018dd005a23ce4f6a4d6f2ca..641c8c9b3028cebc0decd0a919b80a759d161617 100644
--- a/test/custom_element_test.dart
+++ b/test/custom_element_test.dart
@@ -5,7 +5,6 @@ library web_components.test.custom_element_test;
import 'dart:async';
import 'dart:html';
-import 'package:initialize/initialize.dart' as init;
import 'package:unittest/html_config.dart';
import 'package:unittest/unittest.dart';
import 'package:web_components/web_components.dart';
@@ -34,7 +33,7 @@ class ExtendedElement extends InputElement {
main() {
useHtmlConfiguration();
- init.run().then((_) {
+ initWebComponents().then((_) {
var container = querySelector('#container') as DivElement;
setUp(() {
« no previous file with comments | « test/custom_element_proxy_test.dart ('k') | test/deps/a.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698