| Index: test/paper_ripple_behavior_test.html
|
| diff --git a/test/paper_card_test.html b/test/paper_ripple_behavior_test.html
|
| similarity index 72%
|
| copy from test/paper_card_test.html
|
| copy to test/paper_ripple_behavior_test.html
|
| index 5e041c4382a04718cd7eb55217f113377bf007b8..6016185afb12995f5bcc672e19c1a07beb84b3c7 100644
|
| --- a/test/paper_card_test.html
|
| +++ b/test/paper_ripple_behavior_test.html
|
| @@ -12,27 +12,24 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <head>
|
| <meta charset="UTF-8">
|
| <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
|
| - <title>paper card test</title>
|
| + <title>paper-ripple-behavior tests</title>
|
|
|
| <script src="packages/web_components/webcomponents-lite.js"></script>
|
| - <link rel="x-dart-test" href="paper_card_test.dart">
|
| + <link rel="x-dart-test" href="paper_ripple_behavior_test.dart">
|
| + <!--<script type="application/dart" src="paper_ripple_behavior_test.dart"></script>-->
|
| <script src="packages/test/dart.js"></script>
|
|
|
| - <style>
|
| - paper-card {
|
| - width: 400px;
|
| - }
|
| - </style>
|
| -
|
| </head>
|
| -
|
| <body>
|
|
|
| - <template id="basic">
|
| - <paper-card heading="header">
|
| - <div class="card-content"><p>Sample content</p></div>
|
| - </paper-card>
|
| +<dom-module id="test-ripple">
|
| + <template>
|
| </template>
|
| +</dom-module>
|
| +
|
| +<template id="basic">
|
| + <test-ripple></test-ripple>
|
| +</template>
|
|
|
| </body>
|
| </html>
|
|
|