Skip to content

Commit 67123b9

Browse files
committed
Add multiple test
1 parent 35df221 commit 67123b9

File tree

4 files changed

+52
-0
lines changed

4 files changed

+52
-0
lines changed

test/expected/multi1.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.multi1 {
2+
z-index: 100;
3+
display: block;
4+
visibility: hidden;
5+
max-height: 44px;
6+
width: 100px;
7+
height: 100px;
8+
border-color: 1px #000 solid;
9+
background-color: red;
10+
vertical-align: 5px;
11+
text-align: center;
12+
font-weight: bold;
13+
}

test/expected/multi2.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.multi2 {
2+
position: absolute;
3+
top: 10px;
4+
left: 10px;
5+
z-index: 10;
6+
display: table;
7+
float: left;
8+
margin: 10px;
9+
padding: 10px;
10+
width: 10px;
11+
height: 10px;
12+
border: 1px #fff solid;
13+
}

test/fixtures/multi1.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.multi1 {
2+
text-align: center;
3+
border-color: 1px #000 solid;
4+
background-color: red;
5+
height: 100px;
6+
display: block;
7+
font-weight: bold;
8+
width: 100px;
9+
max-height: 44px;
10+
vertical-align: 5px;
11+
visibility: hidden;
12+
z-index: 100;
13+
}

test/fixtures/multi2.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.multi2 {
2+
width: 10px;
3+
border: 1px #fff solid;
4+
position: absolute;
5+
z-index: 10;
6+
margin: 10px;
7+
left: 10px;
8+
height: 10px;
9+
float: left;
10+
top: 10px;
11+
display: table;
12+
padding: 10px;
13+
}

0 commit comments

Comments
 (0)