Skip to content

Commit

Permalink
Test file for asymmetric border color
Browse files Browse the repository at this point in the history
  • Loading branch information
sammykim committed Aug 20, 2013
1 parent 3616c03 commit 3e74538
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/test/html/test_asymmetric_border_color.html
@@ -0,0 +1,15 @@
<HTML>
<HEAD>
<TITLE>Examples of margins, padding, and borders</TITLE>
<STYLE type="text/css">
LI.withborder {
border-style: dashed;
border-width: 10px;
border-color: yellow black red green;
}
</STYLE>
</HEAD>
<BODY>
<LI class="withborder">Second element of list is a bit longer to illustrate wrapping.
</BODY>
</HTML>

0 comments on commit 3e74538

Please sign in to comment.