Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
Add empty test files for the CSS3 mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanmanning committed Jun 26, 2012
1 parent 78baed1 commit 2a093c2
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 0 deletions.
55 changes: 55 additions & 0 deletions test/catchup.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,60 @@ <h2><a href="#css21-inline-block">css21/inline-block</a></h2>
</div>


<div class="test" id="css3-border-radius">

<h2><a href="#css3-border-radius">css3/border-radius</a></h2>

<p class="expected">
What's expected.
</p>

</div>


<div class="test" id="css3-box-shadow">

<h2><a href="#css3-box-shadow">css3/box-shadow</a></h2>

<p class="expected">
What's expected.
</p>

</div>


<div class="test" id="css3-box-sizing">

<h2><a href="#css3-box-sizing">css3/box-sizing</a></h2>

<p class="expected">
What's expected.
</p>

</div>


<div class="test" id="css3-opacity">

<h2><a href="#css3-opacity">css3/opacity</a></h2>

<p class="expected">
What's expected.
</p>

</div>


<div class="test" id="css3-transition">

<h2><a href="#css3-transition">css3/transition</a></h2>

<p class="expected">
What's expected.
</p>

</div>


</body>
</html>
5 changes: 5 additions & 0 deletions test/catchup.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@
// -----

@import 'css21/inline-block';
@import 'css3/border-radius';
@import 'css3/box-shadow';
@import 'css3/box-sizing';
@import 'css3/opacity';
@import 'css3/transition';
6 changes: 6 additions & 0 deletions test/css3/border-radius.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#css3-border-radius {



}
6 changes: 6 additions & 0 deletions test/css3/box-shadow.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#css3-box-shadow {



}
6 changes: 6 additions & 0 deletions test/css3/box-sizing.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#css3-box-sizing {



}
6 changes: 6 additions & 0 deletions test/css3/opacity.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#css3-opacity {



}
6 changes: 6 additions & 0 deletions test/css3/transition.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#css3-transition {



}

0 comments on commit 2a093c2

Please sign in to comment.