mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Test file for asymmetric border color
This commit is contained in:
parent
3616c033d6
commit
3e74538b8b
1 changed files with 15 additions and 0 deletions
15
src/test/html/test_asymmetric_border_color.html
Normal file
15
src/test/html/test_asymmetric_border_color.html
Normal file
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue