Skip to content

Commit

Permalink
Add multiple test
Browse files Browse the repository at this point in the history
  • Loading branch information
t32k committed Aug 10, 2013
1 parent 35df221 commit 67123b9
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/expected/multi1.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.multi1 {
z-index: 100;
display: block;
visibility: hidden;
max-height: 44px;
width: 100px;
height: 100px;
border-color: 1px #000 solid;
background-color: red;
vertical-align: 5px;
text-align: center;
font-weight: bold;
}
13 changes: 13 additions & 0 deletions test/expected/multi2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.multi2 {
position: absolute;
top: 10px;
left: 10px;
z-index: 10;
display: table;
float: left;
margin: 10px;
padding: 10px;
width: 10px;
height: 10px;
border: 1px #fff solid;
}
13 changes: 13 additions & 0 deletions test/fixtures/multi1.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.multi1 {
text-align: center;
border-color: 1px #000 solid;
background-color: red;
height: 100px;
display: block;
font-weight: bold;
width: 100px;
max-height: 44px;
vertical-align: 5px;
visibility: hidden;
z-index: 100;
}
13 changes: 13 additions & 0 deletions test/fixtures/multi2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.multi2 {
width: 10px;
border: 1px #fff solid;
position: absolute;
z-index: 10;
margin: 10px;
left: 10px;
height: 10px;
float: left;
top: 10px;
display: table;
padding: 10px;
}

0 comments on commit 67123b9

Please sign in to comment.