1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <title>CSS Test: Adjoining borders with different thicknesses show a smooth transition between the thicker and the thinner borders.
</title>
5 <link rel=
"author" title=
"Microsoft" href=
"http://www.microsoft.com/" />
6 <link rel=
"help" href=
"http://www.w3.org/TR/css3-background/#border-radius" />
7 <meta name=
"flags" content=
"" />
8 <meta name=
"assert" content=
"When 'border-radius' is applied to two adjoining sides with different thicknesses the border shows a smooth transition between the thicker and the thinner sides." />
9 <style type=
"text/css">
20 border-width:10px 15px 20px 30px;
24 border-width:10px 25px 40px;
28 border-width:10px 25px;
32 border-width:thin medium thick thin
;
36 border-width:thin medium thick
;
40 border-width:thin thick
;
44 border-width:4px 16px 32px 120px;
52 <!-- Test passes if the boxes have rounded corners and show a smooth transition between the thicker and the thinner sides. -->
55 <div id=
"test1"></div>
56 <div id=
"test2"></div>
57 <div id=
"test3"></div>
60 <div id=
"test4"></div>
61 <div id=
"test5"></div>
62 <div id=
"test6"></div>
65 <div id=
"test7"></div>