Sign in
webkit
/
WebKit
/
6b7c45f751131450b1675ef5b4b89fb3a0e35aba
/
.
/
LayoutTests
/
fast
/
borders
/
border-radius-circle.html
blob: 9216feec511417601346f61be0d77201595e34c9 [
file
] [
log
] [
blame
]
<style>
div
#
t
{
width
:
300px
;
height
:
300px
;
border
:
solid purple
;
background-color
:
purple
;
border-radius
:
150px
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
margin
:
20px
;
}
</style>
<div
id
=
"t"
></div>