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

Unified Diff: pkg/polymer/test/event_handlers_test.html

Issue 79353003: [polymer.dart] fix *Changed observers inheriting (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | « pkg/polymer/test/event_handlers_test.dart ('k') | pkg/polymer/test/events_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/event_handlers_test.html
diff --git a/pkg/polymer/test/event_handlers_test.html b/pkg/polymer/test/event_handlers_test.html
index 06699746e8a03fbe89dc121ec196ff6f4c4391f3..941c1ed60e7b5e2791649053481504f71ff176b7 100644
--- a/pkg/polymer/test/event_handlers_test.html
+++ b/pkg/polymer/test/event_handlers_test.html
@@ -18,7 +18,7 @@
<x-test>
<div>...light...</div>
</x-test>
-
+
<polymer-element name="x-test" on-tap="{{hostTapAction}}">
<template>
<style>
@@ -38,7 +38,7 @@
<content></content>
</div>
<input id="input" on-focus="{{focusAction}}"
- on-blur="{{blurAction}}">focusy</input>
+ on-blur="{{blurAction}}">focusy
<div id="list"
style="height: 200px; overflow: auto; border: 1px solid black;"
on-scroll="{{scrollAction}}">
« no previous file with comments | « pkg/polymer/test/event_handlers_test.dart ('k') | pkg/polymer/test/events_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698