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

Unified Diff: lib/src/paper-tooltip/test/test-button.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 | « lib/src/paper-tooltip/test/basic.html ('k') | lib/src/prism/CHANGELOG.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/paper-tooltip/test/test-button.html
diff --git a/lib/src/paper-tooltip/test/test-button.html b/lib/src/paper-tooltip/test/test-button.html
index ba16303eb550b4b71bb707014aea024fd6021ff1..fa871050bf67b1e8fa6cbdd7504c36808728898a 100644
--- a/lib/src/paper-tooltip/test/test-button.html
+++ b/lib/src/paper-tooltip/test/test-button.html
@@ -23,14 +23,16 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
height: 20px;
background-color: red;
}
+
paper-tooltip {
width: 70px;
+ height: 30px;
}
</style>
<div id="button"></div>
- <paper-tooltip id="tooltip" for="button">Tooltip text</paper-tooltip>
+ <paper-tooltip id="buttonTooltip" for="button">Tooltip text</paper-tooltip>
</template>
<script>
« no previous file with comments | « lib/src/paper-tooltip/test/basic.html ('k') | lib/src/prism/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698