test(css): reorganize css tests for snapshots

This commit is contained in:
Adam Bradley
2014-06-05 15:12:44 -05:00
parent a49ecf35e6
commit bc48833925
68 changed files with 1531 additions and 3032 deletions

View File

@@ -1,9 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Progress</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>
@@ -13,13 +19,12 @@
<main class="content padding has-header">
<progress></progress>
<progress></progress>
<progress value=3 max=10></progress>
<progress value=3 max=10></progress>
<progress value=7 max=10></progress>
<progress value=7 max=10></progress>
<p><a class="button button-secondary" href="./">All CSS Tests</a></p>
</main>
</body>