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

Unified Diff: test/fixtures/tooltip_button.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: update pubspec/changelog 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
Index: test/fixtures/tooltip_button.html
diff --git a/test/fixtures/tooltip_button.html b/test/fixtures/tooltip_button.html
index 6003f2fe57d7c0459f397c4458f2902109d932ab..780c7f54053978c12874d7faf0181fb8f4a7a0c4 100644
--- a/test/fixtures/tooltip_button.html
+++ b/test/fixtures/tooltip_button.html
@@ -20,11 +20,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
background-color: red;
}
paper-tooltip {
- width: 70px;
+ width: 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>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698