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

Unified Diff: tests/html/custom/document_register_type_extensions_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
Index: tests/html/custom/document_register_type_extensions_test.dart
diff --git a/tests/html/custom/document_register_type_extensions_test.dart b/tests/html/custom/document_register_type_extensions_test.dart
index 9ce14e677e796a299a27b864ad7c267d4f31c7c6..80f703faef17ac7b19ff11aca68fa943defbf8c2 100644
--- a/tests/html/custom/document_register_type_extensions_test.dart
+++ b/tests/html/custom/document_register_type_extensions_test.dart
@@ -101,7 +101,7 @@ main() {
document.register(CustomCustomDiv.tag, CustomCustomDiv, extendsTag: 'div');
}
- setUp(loadPolyfills);
+ setUp(() => customElementsReady);
group('registration', () {
setUp(registerTypes);
« no previous file with comments | « tests/html/custom/document_register_basic_test.html ('k') | tests/html/custom/document_register_type_extensions_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698