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

Unified Diff: test/paper_tooltip_test.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 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/paper_tooltip_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « test/paper_tooltip_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698