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

Unified Diff: tests/html/custom_elements_test.dart

Issue 158083002: introduce web_components pkg for consolidated polyfills (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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/custom/template_wrappers_test.html ('k') | tests/html/custom_elements_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/custom_elements_test.dart
diff --git a/tests/html/custom_elements_test.dart b/tests/html/custom_elements_test.dart
index bbd3ce75cbd75d1d87b45415da5f668a1610e98e..f31f84ac7883175d33609595a0b4b47e657d28f5 100644
--- a/tests/html/custom_elements_test.dart
+++ b/tests/html/custom_elements_test.dart
@@ -41,7 +41,7 @@ class NotAnElement {}
main() {
useHtmlIndividualConfiguration();
- setUp(loadPolyfills);
+ setUp(() => customElementsReady);
group('register', () {
test('register', () {
« no previous file with comments | « tests/html/custom/template_wrappers_test.html ('k') | tests/html/custom_elements_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698