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,4 +1,5 @@
|
||||
<html ng-app="ionicApp">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Header</title>
|
||||
@@ -10,10 +11,6 @@
|
||||
top: 0;
|
||||
}
|
||||
</style>
|
||||
<script src="../../dist/js/ionic.bundle.js"></script>
|
||||
<script>
|
||||
angular.module('ionicApp', ['ionic'])
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -169,18 +166,6 @@
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<header class="bar bar-light">
|
||||
<a class="button icon ion-home"></a>
|
||||
<div class="button-bar">
|
||||
<a class="button">First</a>
|
||||
<a class="button">Second</a>
|
||||
<a class="button">Third</a>
|
||||
</div>
|
||||
<a class="button">
|
||||
<i class="icon ion-star"></i>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<header class="bar bar-light">
|
||||
<a class="button icon ion-arrow-left-c"></a>
|
||||
<div class="button-bar">
|
||||
@@ -205,18 +190,6 @@
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<header class="bar">
|
||||
<a class="button button-icon icon ion-arrow-left-c"></a>
|
||||
<div class="button-bar">
|
||||
<a class="button">First</a>
|
||||
<a class="button">Second</a>
|
||||
<a class="button">Third</a>
|
||||
</div>
|
||||
<a class="button button-clear">
|
||||
title
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<header class="bar bar-header bar-stable">
|
||||
<button class="button button-clear button-icon ion-ios7-arrow-back"> Back</button>
|
||||
<h1 class="title">Title here</h1>
|
||||
|
||||
Reference in New Issue
Block a user