1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <title>CSS Test: Border Conflict Resolution (by border style): 'outset' vs. 'ridge' - border with highest priority border style should dominate
</title>
5 <link rel=
"author" title=
"Microsoft" href=
"http://www.microsoft.com/">
6 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution">
7 <meta name=
"flags" content=
"">
8 <meta name=
"assert" content=
"The 'ridge' border is the dominant border when it is collapsed with an 'outset' border of the same size.">
9 <style type=
"text/css">
16 border-collapse: collapse
;
20 border: 5px outset lime
;
26 border: 5px ridge lime
;
30 border-top: 5px outset red
;
34 border-left: 5px outset red
;
38 border-bottom: 5px outset red
;
42 border-right: 5px outset red
;
47 <p>Test passes if the center box in the table below has a border similar to this:
</p>
56 <td id=
"bottom">outset
</td>
60 <td id=
"right">outset
</td>
61 <td id=
"center">ridge
</td>
62 <td id=
"left">outset
</td>
66 <td id=
"top">outset
</td>