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

Unified Diff: test/data/unit/events_test.html

Issue 20863002: Introduce boot.js: this finally makes it possible to load and run Todomvc (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 5 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 | « test/data/unit/event_path_test.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/data/unit/events_test.html
diff --git a/test/data/unit/events_test.html b/test/data/unit/events_test.html
index f9256e5960507f8173b05637d5ac0122189781af..786ee73c9e0aea85b511146e17e5a825206c321c 100644
--- a/test/data/unit/events_test.html
+++ b/test/data/unit/events_test.html
@@ -24,6 +24,7 @@
<script type="application/dart">
import 'package:polymer/polymer.dart';
+ @CustomTag("test-a")
class TestA extends PolymerElement {
List clicks = [];
void clickHandler() {
@@ -43,6 +44,7 @@
<script type="application/dart">
import 'package:polymer/polymer.dart';
+ @CustomTag("test-b")
class TestB extends PolymerElement {
List clicks = [];
void clickHandler(event, detail, target) {
« no previous file with comments | « test/data/unit/event_path_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698