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

Unified Diff: tests/html/custom/document_register_basic_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/created_callback_test.html ('k') | tests/html/custom/document_register_basic_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/custom/document_register_basic_test.dart
diff --git a/tests/html/custom/document_register_basic_test.dart b/tests/html/custom/document_register_basic_test.dart
index 22b45b226e340d9c2f86cee633bff6c7dd5da22d..c5a0d6e8f506e569830b0244c94004c7b753bfce 100644
--- a/tests/html/custom/document_register_basic_test.dart
+++ b/tests/html/custom/document_register_basic_test.dart
@@ -45,7 +45,7 @@ main() {
// Adapted from Blink's fast/dom/custom/document-register-basic test.
- setUp(loadPolyfills);
+ setUp(() => customElementsReady);
test('Testing document.register() basic behaviors', () {
document.register(Foo.tag, Foo);
« no previous file with comments | « tests/html/custom/created_callback_test.html ('k') | tests/html/custom/document_register_basic_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698