Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
fast
/
gradients
/
conic-center-outside-box-expected.html
blob: 3638ffd554bfcce1a9e26df91202a2ab40655402 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
#
box1
{
height
:
50px
;
width
:
50px
;
background-color
:
orange
;
}
</style>
</head>
<body>
<div
id
=
"box1"
></div>
</body>
</html>