mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
e2e test cleanup
This commit is contained in:
44
src/components/button/test/basic/index.html
Normal file
44
src/components/button/test/basic/index.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<style>
|
||||
[ion-app] {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div ion-app>
|
||||
|
||||
<p>
|
||||
<a class="button button-light" href="#">a.light</a>
|
||||
<button class="button button-light">button.light</button>
|
||||
<button class="button button-light hover">hover</button>
|
||||
<button class="button button-light activated">activated</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a class="button button-stable" href="#">a.stable</a>
|
||||
<button class="button button-stable">button.stable</button>
|
||||
<button class="button button-stable hover">hover</button>
|
||||
<button class="button button-stable activated">activated</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a class="button button-positive" href="#">a.positive</a>
|
||||
<button class="button button-positive">button.positive</button>
|
||||
<button class="button button-positive hover">hover</button>
|
||||
<button class="button button-positive activated">activated</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a class="button button-assertive" href="#">a.assertive</a>
|
||||
<button class="button button-assertive">button.assertive</button>
|
||||
<button class="button button-assertive hover">hover</button>
|
||||
<button class="button button-assertive activated">activated</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a class="button button-dark" href="#">a.dark</a>
|
||||
<button class="button button-dark">button.dark</button>
|
||||
<button class="button button-dark hover">hover</button>
|
||||
<button class="button button-dark activated">activated</button>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user