| 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}}">
|
|
|