Sign in
webkit
/
WebKit
/
3280e000eb50f51518640837f991471c4062489a
/
.
/
LayoutTests
/
fast
/
gradients
/
conic-repeating-last-stop-expected.html
blob: 2e8a53cacce4d1f0615975a9ad19efa64b38df90 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
div
{
width
:
200px
;
height
:
200px
;
}
#
box1
{
background-color
:
yellow
;
}
</style>
</head>
<body>
<div
id
=
"box1"
></div>
</body>
</html>