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