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

Unified Diff: tests/html/custom/entered_left_view_test.dart

Issue 24623003: Running entered & left view events in Dartium (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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/entered_left_view_test.dart
diff --git a/tests/html/custom/entered_left_view_test.dart b/tests/html/custom/entered_left_view_test.dart
index 79f65c8055be4f66f9a8c2fa598acb381a7d97e3..c22423438dc4d2bf402568b11b6b5c1678d5057c 100644
--- a/tests/html/custom/entered_left_view_test.dart
+++ b/tests/html/custom/entered_left_view_test.dart
@@ -62,7 +62,7 @@ main() {
});
group('standard_events', () {
- var a = new Element.tag('x-a');
+ var a;
setUp(() {
invocations = [];
});
@@ -105,7 +105,7 @@ main() {
});
group('viewless_document', () {
- var a = docB.createElement('x-a');
+ var a;
setUp(() {
invocations = [];
});
« 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