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:
56
test/css/lists-thumbnails.html
Normal file
56
test/css/lists-thumbnails.html
Normal file
@@ -0,0 +1,56 @@
|
||||
<!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: Thumbnails</h1>
|
||||
</header>
|
||||
|
||||
<div class="content has-header">
|
||||
|
||||
<div class="list">
|
||||
|
||||
<a href="#" class="item item-thumbnail-left">
|
||||
<img src="" style="background:black; width:80px; height:80px;">
|
||||
<h2>Pretty Hate Machine</h2>
|
||||
<p>Nine Inch Nails</p>
|
||||
</a>
|
||||
|
||||
<a href="#" class="item item-complex item-thumbnail-left">
|
||||
<div class="item-content">
|
||||
<img src="" style="background:black; width:80px; height:80px;">
|
||||
<h2>Nevermind</h2>
|
||||
<p>Nirvana</p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="#" class="item item-thumbnail-right">
|
||||
<img src="" style="background:black; width:80px; height:80px;">
|
||||
<h2>License To Ill</h2>
|
||||
<p>Bestie Boys</p>
|
||||
</a>
|
||||
|
||||
<a href="#" class="item item-complex item-thumbnail-right">
|
||||
<div class="item-content">
|
||||
<img src="" style="background:black; width:80px; height:80px;">
|
||||
<h2>Dookie</h2>
|
||||
<p>Green Day</p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user