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:
91
test/css/lists-text.html
Normal file
91
test/css/lists-text.html
Normal file
@@ -0,0 +1,91 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Lists</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>
|
||||
|
||||
<header class="bar bar-header bar-dark">
|
||||
<h1 class="title">Lists: Text</h1>
|
||||
</header>
|
||||
|
||||
<div class="content has-header">
|
||||
|
||||
<div class="list">
|
||||
|
||||
<div class="list-header">
|
||||
List Header
|
||||
</div>
|
||||
|
||||
<a href="#" class="item item-icon-left item-icon-right">
|
||||
<i class="icon ion-ios7-cog gray fill-icon"></i>
|
||||
Default has no wrap! This is a list item with really really really really really
|
||||
really really really really long long long long long long
|
||||
text text text texxxxxttt text testy text!!!
|
||||
<i class="icon ion-chevron-right icon-accessory"></i>
|
||||
</a>
|
||||
|
||||
<a href="#" class="item item-icon-left item-icon-right item-text-wrap">
|
||||
<i class="icon ion-ios7-cog gray fill-icon"></i>
|
||||
Assigned "item-text-wrap". This is a list item with really really really really really
|
||||
really really really really long long long long long long
|
||||
text text text texxxxxttt text testy text!!!
|
||||
<i class="icon ion-chevron-right icon-accessory"></i>
|
||||
</a>
|
||||
|
||||
<a href="#" class="item item-complex item-icon-left item-icon-right item-slider">
|
||||
<div class="item-content slide-left slide-right">
|
||||
<i class="icon ion-ios7-cog gray fill-icon"></i>
|
||||
Default no wrap and has item-content! This is a list item with really really really really really
|
||||
really really really really long long long long long long
|
||||
text text text texxxxxttt text testy text!!!
|
||||
<i class="icon ion-chevron-right icon-accessory"></i>
|
||||
</div>
|
||||
<div class="item-options">
|
||||
<button class="button">Button</button>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="#" class="item item-complex item-icon-left item-icon-right item-text-wrap item-slider">
|
||||
<div class="item-content slide-left slide-right">
|
||||
<i class="icon ion-ios7-cog gray fill-icon"></i>
|
||||
Assigned "item-text-wrap" and has item-content. This is a list item with really really really really really
|
||||
really really really really long long long long long long
|
||||
text text text texxxxxttt text testy text!!!
|
||||
<i class="icon ion-chevron-right icon-accessory"></i>
|
||||
</div>
|
||||
<div class="item-options">
|
||||
<button class="button">Button</button>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="#" class="item item-icon-left">
|
||||
<i class="icon ion-ios7-mic positive"></i>
|
||||
Record album
|
||||
<span class="item-note">
|
||||
Grammy
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<a href="#" class="item item-icon-left">
|
||||
<i class="icon ion-flask calm"></i>
|
||||
Breaking Bad
|
||||
<span class="item-note">
|
||||
Blue, yellow, pink
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user