| Index: test/paper_tooltip_test.html
|
| diff --git a/test/paper_tooltip_test.html b/test/paper_tooltip_test.html
|
| index e6740893b3608cca29e515f2076d5dbcbc46ad3d..4dfdf6d679ab96f896a8c94b17d4285fc56d35ac 100644
|
| --- a/test/paper_tooltip_test.html
|
| +++ b/test/paper_tooltip_test.html
|
| @@ -45,7 +45,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <template id="basic">
|
| <div>
|
| <div id="target"></div>
|
| - <paper-tooltip for="target">Tooltip text</paper-tooltip>
|
| + <paper-tooltip for="target" animation-delay="0">Tooltip text</paper-tooltip>
|
| </div>
|
| </template>
|
|
|
|
|