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

Unified Diff: tests/html/custom_elements_test.dart

Issue 22918010: Removing custom element preload test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | « no previous file | tests/html/html.status » ('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 a78892ba9689cb753747c8f957c460a9f33da0cb..0843b18b1bb7a128f5e71d10f3af796c35612a39 100644
--- a/tests/html/custom_elements_test.dart
+++ b/tests/html/custom_elements_test.dart
@@ -83,8 +83,10 @@ main() {
});
});
+ // TODO(vsm): Modify this test once we agree on the proper semantics.
+ /*
group('preregister', () {
- // TODO(vsm): Modify this test once we agree on the proper semantics.
+
test('pre-registration construction', () {
var tag = nextTag;
var dom = new Element.html('<div><$tag></$tag></div>');
@@ -118,7 +120,7 @@ main() {
expect(firedOnPre, isTrue);
expect(firedOnPost, isTrue);
});
- });
+ });*/
group('innerHtml', () {
test('query', () {
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698