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): 'ridge' vs. 'outset' - 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 ridge lime
;
26 border: 5px outset red
;
31 <p>Test passes if the center box in the table below has a border similar to this:
</p>
45 <td id=
"center">outset
</td>