mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(css): reorganize css tests for snapshots
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Input: Range</title>
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
|
||||
<link href="../../dist/css/ionic.css" rel="stylesheet">
|
||||
<style>
|
||||
.content {
|
||||
height: 1000px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -11,12 +17,7 @@
|
||||
<h1 class="title">Input: Range</h1>
|
||||
</header>
|
||||
|
||||
<main class="content has-header padding overflow-scroll">
|
||||
|
||||
<p>
|
||||
Level of Awesomeness:
|
||||
<input type="range" name="awesomeness1" min="0" max="10" value="10">
|
||||
</p>
|
||||
<main class="content has-header padding">
|
||||
|
||||
<div class="range">
|
||||
<i class="icon ion-volume-low"></i>
|
||||
@@ -95,10 +96,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="padding">
|
||||
<p><a class="button button-secondary" href="./">All CSS Tests</a></p>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user